test(KT-47096): add tests for the uncovered behavior.

This commit is contained in:
Artem Kobzar
2021-10-14 14:57:35 +00:00
committed by Space
parent 50ca86838f
commit 99688e5c80
9 changed files with 79 additions and 0 deletions
@@ -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");
@@ -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");
@@ -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");
@@ -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");