[JS IR] Add test with fail with vararg call in suspend

^KT-48344 fixed
This commit is contained in:
Ilya Goncharov
2021-08-19 19:05:35 +03:00
committed by Space
parent 4179d078ca
commit 0ca9e08c11
8 changed files with 110 additions and 0 deletions
@@ -7670,6 +7670,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/varValueConflictsWithTableSameSort.kt");
}
@TestMetadata("varargCallFromSuspend.kt")
public void testVarargCallFromSuspend() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/varargCallFromSuspend.kt");
}
@TestMetadata("compiler/testData/codegen/box/coroutines/bridges")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)