[JS BE] Fix KT-26787: handle JsSwitch in LabeledBlockToDoWhileTransformation
This commit is contained in:
+5
@@ -4000,6 +4000,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/kt26466.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26787.kt")
|
||||
public void testKt26787() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/kt26787.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaInLambda.kt")
|
||||
public void testLambdaInLambda() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/lambdaInLambda.kt");
|
||||
|
||||
+5
@@ -4000,6 +4000,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/kt26466.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26787.kt")
|
||||
public void testKt26787() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/kt26787.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaInLambda.kt")
|
||||
public void testLambdaInLambda() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/lambdaInLambda.kt");
|
||||
|
||||
Reference in New Issue
Block a user