[JS] Add test for KT-47811
This commit is contained in:
committed by
TeamCityServer
parent
3d9966818d
commit
6efba76a06
Generated
+5
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+5
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+5
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user