K2: add test for already fixed missing diagnostic issue

#KT-55956
This commit is contained in:
Ilya Chernikov
2023-07-18 15:48:28 +02:00
committed by Space Team
parent 4b7234d27e
commit 85ca5294ef
6 changed files with 52 additions and 0 deletions
@@ -27098,6 +27098,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/regressions/kt557.kt");
}
@Test
@TestMetadata("kt55956.kt")
public void testKt55956() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt55956.kt");
}
@Test
@TestMetadata("kt571.kt")
public void testKt571() throws Exception {
@@ -27098,6 +27098,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/regressions/kt557.kt");
}
@Test
@TestMetadata("kt55956.kt")
public void testKt55956() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt55956.kt");
}
@Test
@TestMetadata("kt571.kt")
public void testKt571() throws Exception {