Record resolution results for ambiguous callable references

#KT-34282 Fixed
This commit is contained in:
Pavel Kirpichenkov
2019-10-14 10:50:55 +03:00
parent 352a4dc836
commit d886d48cf0
18 changed files with 50 additions and 19 deletions
@@ -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");
@@ -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");