K2: reproduce KT-57880
This commit is contained in:
committed by
Space Team
parent
ed4cc99db3
commit
089222cecc
+6
@@ -21032,6 +21032,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/labels/labelReferencesInsideObjectExpressions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labelToOuterLambda.kt")
|
||||
public void testLabelToOuterLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labels/labelToOuterLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labeledFunctionLiteral.kt")
|
||||
public void testLabeledFunctionLiteral() throws Exception {
|
||||
|
||||
+6
@@ -21032,6 +21032,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/labels/labelReferencesInsideObjectExpressions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labelToOuterLambda.kt")
|
||||
public void testLabelToOuterLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labels/labelToOuterLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labeledFunctionLiteral.kt")
|
||||
public void testLabeledFunctionLiteral() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user