[NI] Support callable references on qualified types with generics
#KT-32154 Fixed
This commit is contained in:
+5
@@ -1719,6 +1719,11 @@ public class FirDiagnosticsSmokeTestGenerated extends AbstractFirDiagnosticsSmok
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user