test(KT-47096): add tests for the uncovered behavior.
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -29325,6 +29325,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/vararg/spreadCopiesArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useSuspendFunResultAsVararg.kt")
|
||||
public void testUseSuspendFunResultAsVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/useSuspendFunResultAsVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargInFunParam.kt")
|
||||
public void testVarargInFunParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInFunParam.kt");
|
||||
|
||||
Generated
+5
@@ -28731,6 +28731,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/vararg/spreadCopiesArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useSuspendFunResultAsVararg.kt")
|
||||
public void testUseSuspendFunResultAsVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/useSuspendFunResultAsVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargInFunParam.kt")
|
||||
public void testVarargInFunParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInFunParam.kt");
|
||||
|
||||
Generated
+5
@@ -28646,6 +28646,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/vararg/spreadCopiesArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useSuspendFunResultAsVararg.kt")
|
||||
public void testUseSuspendFunResultAsVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/useSuspendFunResultAsVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargInFunParam.kt")
|
||||
public void testVarargInFunParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInFunParam.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -25067,6 +25067,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/vararg/spreadCopiesArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useSuspendFunResultAsVararg.kt")
|
||||
public void testUseSuspendFunResultAsVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/useSuspendFunResultAsVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargInFunParam.kt")
|
||||
public void testVarargInFunParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInFunParam.kt");
|
||||
|
||||
Reference in New Issue
Block a user