[FIR] Fix while's label, when condition has lambda
#KT-48116 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
06001fc091
commit
1338675833
Generated
+6
@@ -6025,6 +6025,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/controlStructures"), Pattern.compile("^(.*)\\.kts?$"), 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