JS: fix module parameter linking
This commit is contained in:
+5
@@ -3523,6 +3523,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/incremental/inlineLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineModuleVariable.kt")
|
||||
public void testInlineModuleVariable() throws Exception {
|
||||
runTest("js/js.translator/testData/box/incremental/inlineModuleVariable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsModule.kt")
|
||||
public void testJsModule() throws Exception {
|
||||
runTest("js/js.translator/testData/box/incremental/jsModule.kt");
|
||||
|
||||
+5
@@ -3523,6 +3523,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/incremental/inlineLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineModuleVariable.kt")
|
||||
public void testInlineModuleVariable() throws Exception {
|
||||
runTest("js/js.translator/testData/box/incremental/inlineModuleVariable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsModule.kt")
|
||||
public void testJsModule() throws Exception {
|
||||
runTest("js/js.translator/testData/box/incremental/jsModule.kt");
|
||||
|
||||
Reference in New Issue
Block a user