K2: reproduce KT-57991
This commit is contained in:
committed by
Space Team
parent
5a96754aec
commit
c8b74e5655
+6
@@ -21262,6 +21262,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/modifiers/repeatedModifiers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendAnonymousFunction.kt")
|
||||
public void testSuspendAnonymousFunction() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/modifiers/suspendAnonymousFunction.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/modifiers/const")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -21262,6 +21262,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/modifiers/repeatedModifiers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendAnonymousFunction.kt")
|
||||
public void testSuspendAnonymousFunction() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/modifiers/suspendAnonymousFunction.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/modifiers/const")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user