Record resolution results for ambiguous callable references
#KT-34282 Fixed
This commit is contained in:
@@ -10786,6 +10786,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt3344.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt34282.kt")
|
||||
public void testKt34282() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt34282.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3496.kt")
|
||||
public void testKt3496() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt3496.kt");
|
||||
|
||||
Generated
+5
@@ -10781,6 +10781,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt3344.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt34282.kt")
|
||||
public void testKt34282() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt34282.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3496.kt")
|
||||
public void testKt3496() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt3496.kt");
|
||||
|
||||
Reference in New Issue
Block a user