[tests] Add test data for KT-66260

This commit is contained in:
Stanislav Ruban
2024-03-01 13:28:52 +02:00
committed by Space Team
parent 306c7f4b03
commit e0b83def00
9 changed files with 117 additions and 0 deletions
@@ -24352,6 +24352,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/modifiers/openInInterface.kt");
}
@Test
@TestMetadata("OpenInterface.kt")
public void testOpenInterface() {
runTest("compiler/testData/diagnostics/tests/modifiers/OpenInterface.kt");
}
@Test
@TestMetadata("primaryConstructorMissingBrackets.kt")
public void testPrimaryConstructorMissingBrackets() {
@@ -24352,6 +24352,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/modifiers/openInInterface.kt");
}
@Test
@TestMetadata("OpenInterface.kt")
public void testOpenInterface() {
runTest("compiler/testData/diagnostics/tests/modifiers/OpenInterface.kt");
}
@Test
@TestMetadata("primaryConstructorMissingBrackets.kt")
public void testPrimaryConstructorMissingBrackets() {