[FIR] Fix while's label, when condition has lambda
#KT-48116 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
06001fc091
commit
1338675833
+6
@@ -6019,6 +6019,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/controlStructures"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("breakToLabel.kt")
|
||||
public void testBreakToLabel() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlStructures/breakToLabel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("catchGenerics.kt")
|
||||
public void testCatchGenerics() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user