K2: add test for already fixed qualifier resolve issue

#KT-57845
This commit is contained in:
Ilya Chernikov
2023-07-18 14:51:38 +02:00
committed by Space Team
parent 3debf36d60
commit 4b7234d27e
6 changed files with 49 additions and 0 deletions
@@ -27110,6 +27110,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/regressions/kt575.kt");
}
@Test
@TestMetadata("kt57845.kt")
public void testKt57845() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt57845.kt");
}
@Test
@TestMetadata("kt58.kt")
public void testKt58() throws Exception {
@@ -27110,6 +27110,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/regressions/kt575.kt");
}
@Test
@TestMetadata("kt57845.kt")
public void testKt57845() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt57845.kt");
}
@Test
@TestMetadata("kt58.kt")
public void testKt58() throws Exception {