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
 void check(ResolvedCall<?> resolvedCall, com.intellij.psi.PsiElement reportOn, CallCheckerContext 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 void check(@NotNull
                  ResolvedCall<?> resolvedCall,
                  @NotNull
                  com.intellij.psi.PsiElement reportOn,
                  @NotNull
                  CallCheckerContext context)