[JS IR] Add test with fail with vararg call in suspend
^KT-48344 fixed
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -6819,6 +6819,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
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)
|
||||
|
||||
Generated
+5
@@ -6225,6 +6225,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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)
|
||||
|
||||
Generated
+5
@@ -6225,6 +6225,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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