[JS] Add test for KT-39378
This commit is contained in:
+5
@@ -5237,6 +5237,11 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/jsModule/interfaces.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39378.kt")
|
||||
public void testKt39378() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsModule/kt39378.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("topLevelVarargFun.kt")
|
||||
public void testTopLevelVarargFun() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsModule/topLevelVarargFun.kt");
|
||||
|
||||
+5
@@ -5237,6 +5237,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsModule/interfaces.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39378.kt")
|
||||
public void testKt39378() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsModule/kt39378.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("topLevelVarargFun.kt")
|
||||
public void testTopLevelVarargFun() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsModule/topLevelVarargFun.kt");
|
||||
|
||||
+5
@@ -5252,6 +5252,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsModule/interfaces.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39378.kt")
|
||||
public void testKt39378() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsModule/kt39378.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("topLevelVarargFun.kt")
|
||||
public void testTopLevelVarargFun() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsModule/topLevelVarargFun.kt");
|
||||
|
||||
Reference in New Issue
Block a user