org.jetbrains.kotlin.types.checker
Interface KotlinTypeChecker.TypeConstructorEquality

Enclosing interface:
KotlinTypeChecker

public static interface KotlinTypeChecker.TypeConstructorEquality


Method Summary
 boolean equals(TypeConstructor a, TypeConstructor b)
           
 

Method Detail

equals

boolean equals(@NotNull
               TypeConstructor a,
               @NotNull
               TypeConstructor b)