[FIR] Reproduce KT-65337
^KT-65337
This commit is contained in:
committed by
Space Team
parent
6ed7c041b4
commit
7f42596935
+6
@@ -825,6 +825,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/LValueAssignment.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labledLambda.kt")
|
||||
public void testLabledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labledLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LiteralAsResult.kt")
|
||||
public void testLiteralAsResult() throws Exception {
|
||||
|
||||
+6
@@ -825,6 +825,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/LValueAssignment.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labledLambda.kt")
|
||||
public void testLabledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labledLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LiteralAsResult.kt")
|
||||
public void testLiteralAsResult() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user