Add test on break in when without label
^KT-42262 fixed
This commit is contained in:
Generated
+5
@@ -26003,6 +26003,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
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");
|
||||
|
||||
Generated
+5
@@ -26003,6 +26003,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -26018,6 +26018,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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