[JS IR] Not cast to declaration parent in JsCodeOutlineLowering, use parent otherwise
^KT-45057 fixed
This commit is contained in:
Generated
+5
@@ -5105,6 +5105,11 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/jsCode/if.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("init.kt")
|
||||
public void testInit() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/init.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invocation.kt")
|
||||
public void testInvocation() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/invocation.kt");
|
||||
|
||||
+5
@@ -5105,6 +5105,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsCode/if.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("init.kt")
|
||||
public void testInit() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/init.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invocation.kt")
|
||||
public void testInvocation() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/invocation.kt");
|
||||
|
||||
+5
@@ -5120,6 +5120,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsCode/if.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("init.kt")
|
||||
public void testInit() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/init.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invocation.kt")
|
||||
public void testInvocation() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsCode/invocation.kt");
|
||||
|
||||
Reference in New Issue
Block a user