org.jetbrains.kotlin.resolve.jvm.checkers
Class NeedSyntheticChecker

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.jvm.checkers.NeedSyntheticChecker

public class NeedSyntheticChecker
extends java.lang.Object


Constructor Summary
NeedSyntheticChecker()
           
 
Method Summary
<F extends CallableDescriptor>
void
check(ResolvedCall<F> resolvedCall, BasicCallResolutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeedSyntheticChecker

public NeedSyntheticChecker()
Method Detail

check

public <F extends CallableDescriptor> void check(@NotNull
                                                 ResolvedCall<F> resolvedCall,
                                                 @NotNull
                                                 BasicCallResolutionContext context)