Parameter info to use resolve candidates instead of ReferenceVariantsHelper

#KT-6164 Fixed
 #KT-8931 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-10-05 17:23:09 +03:00
parent 80bb1e7430
commit f27d24e640
16 changed files with 286 additions and 118 deletions
@@ -104,6 +104,7 @@ public class TypeUtils {
}
}
@NotNull
public static final JetType NO_EXPECTED_TYPE = new SpecialType("NO_EXPECTED_TYPE");
public static final JetType UNIT_EXPECTED_TYPE = new SpecialType("UNIT_EXPECTED_TYPE");