Add test on break in when without label

^KT-42262 fixed
This commit is contained in:
Ilya Goncharov
2020-10-19 16:13:23 +03:00
parent a4b67f007f
commit 14d9aa1660
8 changed files with 70 additions and 0 deletions
@@ -33768,6 +33768,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/when/sealedWhenInitialization.kt");
}
@TestMetadata("switchBreakNoLabel.kt")
public void testSwitchBreakNoLabel() throws Exception {
runTest("compiler/testData/codegen/box/when/switchBreakNoLabel.kt");
}
@TestMetadata("switchOptimizationDense.kt")
public void testSwitchOptimizationDense() throws Exception {
runTest("compiler/testData/codegen/box/when/switchOptimizationDense.kt");