[JS IR] Add test on call of suspend super type

This commit is contained in:
Ilya Goncharov
2021-08-19 11:57:28 +03:00
committed by Space
parent ee712b2770
commit 4179d078ca
8 changed files with 86 additions and 0 deletions
@@ -6729,6 +6729,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt");
}
@TestMetadata("suspendFunctionAsSupertypeCall.kt")
public void testSuspendFunctionAsSupertypeCall() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertypeCall.kt");
}
@TestMetadata("suspendFunctionMethodReference.kt")
public void testSuspendFunctionMethodReference() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionMethodReference.kt");
@@ -6135,6 +6135,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt");
}
@TestMetadata("suspendFunctionAsSupertypeCall.kt")
public void testSuspendFunctionAsSupertypeCall() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertypeCall.kt");
}
@TestMetadata("suspendFunctionMethodReference.kt")
public void testSuspendFunctionMethodReference() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionMethodReference.kt");
@@ -6135,6 +6135,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt");
}
@TestMetadata("suspendFunctionAsSupertypeCall.kt")
public void testSuspendFunctionAsSupertypeCall() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertypeCall.kt");
}
@TestMetadata("suspendFunctionMethodReference.kt")
public void testSuspendFunctionMethodReference() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionMethodReference.kt");