[JS IR] Add test with fail with vararg call in suspend
^KT-48344 fixed
This commit is contained in:
+5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user