[JS IR] Materialize all JsCompositeBlock
^KT-60667 Fixed
This commit is contained in:
committed by
Space Team
parent
cd840997b1
commit
d0e4515ec1
+6
@@ -6946,6 +6946,12 @@ public class FirJsBoxTestGenerated extends AbstractFirJsBoxTest {
|
||||
runTest("js/js.translator/testData/box/jsAstOptimizations/deadCodeElimination.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineEmptyFunction.kt")
|
||||
public void testInlineEmptyFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsAstOptimizations/inlineEmptyFunction.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tempVarDeclOnAssignment.kt")
|
||||
public void testTempVarDeclOnAssignment() throws Exception {
|
||||
|
||||
+6
@@ -7052,6 +7052,12 @@ public class FirJsES6BoxTestGenerated extends AbstractFirJsES6BoxTest {
|
||||
runTest("js/js.translator/testData/box/jsAstOptimizations/deadCodeElimination.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineEmptyFunction.kt")
|
||||
public void testInlineEmptyFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsAstOptimizations/inlineEmptyFunction.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tempVarDeclOnAssignment.kt")
|
||||
public void testTempVarDeclOnAssignment() throws Exception {
|
||||
|
||||
+6
@@ -7052,6 +7052,12 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/jsAstOptimizations/deadCodeElimination.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineEmptyFunction.kt")
|
||||
public void testInlineEmptyFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsAstOptimizations/inlineEmptyFunction.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tempVarDeclOnAssignment.kt")
|
||||
public void testTempVarDeclOnAssignment() throws Exception {
|
||||
|
||||
+6
@@ -6946,6 +6946,12 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsAstOptimizations/deadCodeElimination.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineEmptyFunction.kt")
|
||||
public void testInlineEmptyFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsAstOptimizations/inlineEmptyFunction.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tempVarDeclOnAssignment.kt")
|
||||
public void testTempVarDeclOnAssignment() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user