Add test on break in when without label
^KT-42262 fixed
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user