NI: Do not resolve static callable references on generic types
As they weren't resolved in old inference ^KT-35920 Fixed
This commit is contained in:
@@ -2645,6 +2645,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/kt35887_simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35920.kt")
|
||||
public void testKt35920() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/kt35920.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt8596.kt")
|
||||
public void testKt8596() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/kt8596.kt");
|
||||
|
||||
Generated
+5
@@ -2640,6 +2640,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/kt35887_simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35920.kt")
|
||||
public void testKt35920() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/kt35920.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt8596.kt")
|
||||
public void testKt8596() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/kt8596.kt");
|
||||
|
||||
Reference in New Issue
Block a user