fix: function inlining without blocks for else statement.
This commit is contained in:
@@ -4574,6 +4574,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/astCopy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("blocksMaterialization.kt")
|
||||
public void testBlocksMaterialization() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/blocksMaterialization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("callFunction.kt")
|
||||
public void testCallFunction() throws Exception {
|
||||
|
||||
+6
@@ -4952,6 +4952,12 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/astCopy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("blocksMaterialization.kt")
|
||||
public void testBlocksMaterialization() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/blocksMaterialization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("callFunction.kt")
|
||||
public void testCallFunction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user