JS: fix complex nested cross-module inlining (KT-26117 fixed)
This commit is contained in:
+5
@@ -3970,6 +3970,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/jsCodeVarDeclared.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26117.kt")
|
||||
public void testKt26117() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/kt26117.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaInLambda.kt")
|
||||
public void testLambdaInLambda() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/lambdaInLambda.kt");
|
||||
|
||||
+5
@@ -3970,6 +3970,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/jsCodeVarDeclared.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26117.kt")
|
||||
public void testKt26117() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/kt26117.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