[JS] Add test for KT-47811

This commit is contained in:
Roman Artemev
2021-09-24 15:41:45 +07:00
committed by TeamCityServer
parent 3d9966818d
commit 6efba76a06
4 changed files with 155 additions and 0 deletions
@@ -7968,5 +7968,10 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
public void testJsExternalVarargFun() throws Exception {
runTest("js/js.translator/testData/box/vararg/jsExternalVarargFun.kt");
}
@TestMetadata("jsExternalVarargSuspend.kt")
public void testJsExternalVarargSuspend() throws Exception {
runTest("js/js.translator/testData/box/vararg/jsExternalVarargSuspend.kt");
}
}
}
@@ -7968,5 +7968,10 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
public void testJsExternalVarargFun() throws Exception {
runTest("js/js.translator/testData/box/vararg/jsExternalVarargFun.kt");
}
@TestMetadata("jsExternalVarargSuspend.kt")
public void testJsExternalVarargSuspend() throws Exception {
runTest("js/js.translator/testData/box/vararg/jsExternalVarargSuspend.kt");
}
}
}
@@ -7988,5 +7988,10 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
public void testJsExternalVarargFun() throws Exception {
runTest("js/js.translator/testData/box/vararg/jsExternalVarargFun.kt");
}
@TestMetadata("jsExternalVarargSuspend.kt")
public void testJsExternalVarargSuspend() throws Exception {
runTest("js/js.translator/testData/box/vararg/jsExternalVarargSuspend.kt");
}
}
}