[tests] Add test data for KT-66260
This commit is contained in:
committed by
Space Team
parent
306c7f4b03
commit
e0b83def00
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user