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
@@ -35355,6 +35355,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");