org.jetbrains.kotlin.resolve.calls.checkers
Class ReifiedTypeParameterSubstitutionChecker

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.calls.checkers.ReifiedTypeParameterSubstitutionChecker

public class ReifiedTypeParameterSubstitutionChecker
extends java.lang.Object


Constructor Summary
ReifiedTypeParameterSubstitutionChecker()
           
 
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

ReifiedTypeParameterSubstitutionChecker

public ReifiedTypeParameterSubstitutionChecker()
Method Detail

check

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