[NI] Support callable references on qualified types with generics

#KT-32154 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2019-06-25 15:55:33 +03:00
parent b8ccd98a17
commit c77f18fbe6
10 changed files with 106 additions and 25 deletions
@@ -1726,6 +1726,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/callableReference/parsingPriorityOfGenericArgumentsVsLess.kt");
}
@TestMetadata("propertyOfNestedGenericClass.kt")
public void testPropertyOfNestedGenericClass() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/propertyOfNestedGenericClass.kt");
}
@TestMetadata("rewriteAtSliceOnGetOperator.kt")
public void testRewriteAtSliceOnGetOperator() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/rewriteAtSliceOnGetOperator.kt");