KJS: Label loops in LabeledBlockToDoWhileTransformation
Fix KT-24542: insert labes for affected loops, breaks and continues statements during LabeledBlockToDoWhileTransformation
This commit is contained in:
+5
@@ -3919,6 +3919,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/localInlineFunctionReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("loopWithInlinableCondition.kt")
|
||||
public void testLoopWithInlinableCondition() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/loopWithInlinableCondition.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("metadataForPublicFunction.kt")
|
||||
public void testMetadataForPublicFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/metadataForPublicFunction.kt");
|
||||
|
||||
+5
@@ -3919,6 +3919,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/localInlineFunctionReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("loopWithInlinableCondition.kt")
|
||||
public void testLoopWithInlinableCondition() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/loopWithInlinableCondition.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("metadataForPublicFunction.kt")
|
||||
public void testMetadataForPublicFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/metadataForPublicFunction.kt");
|
||||
|
||||
Reference in New Issue
Block a user