test(KT-47096): add tests for the uncovered behavior.
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user