[JS] Invoke processing separately for suspend and non-suspend function
^KT-62771 fixed
This commit is contained in:
committed by
Space Team
parent
f227447837
commit
573bc34b56
+6
@@ -956,6 +956,12 @@ public class FirJsBoxTestGenerated extends AbstractFirJsBoxTest {
|
||||
runTest("js/js.translator/testData/box/coroutines/suspendFunctionalInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendInvokeWithSuspendKlassRef.kt")
|
||||
public void testSuspendInvokeWithSuspendKlassRef() throws Exception {
|
||||
runTest("js/js.translator/testData/box/coroutines/suspendInvokeWithSuspendKlassRef.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendMethodWithSuperCall.kt")
|
||||
public void testSuspendMethodWithSuperCall() throws Exception {
|
||||
|
||||
+6
@@ -956,6 +956,12 @@ public class FirJsES6BoxTestGenerated extends AbstractFirJsES6BoxTest {
|
||||
runTest("js/js.translator/testData/box/coroutines/suspendFunctionalInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendInvokeWithSuspendKlassRef.kt")
|
||||
public void testSuspendInvokeWithSuspendKlassRef() throws Exception {
|
||||
runTest("js/js.translator/testData/box/coroutines/suspendInvokeWithSuspendKlassRef.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendMethodWithSuperCall.kt")
|
||||
public void testSuspendMethodWithSuperCall() throws Exception {
|
||||
|
||||
+6
@@ -956,6 +956,12 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/coroutines/suspendFunctionalInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendInvokeWithSuspendKlassRef.kt")
|
||||
public void testSuspendInvokeWithSuspendKlassRef() throws Exception {
|
||||
runTest("js/js.translator/testData/box/coroutines/suspendInvokeWithSuspendKlassRef.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendMethodWithSuperCall.kt")
|
||||
public void testSuspendMethodWithSuperCall() throws Exception {
|
||||
|
||||
+6
@@ -956,6 +956,12 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/coroutines/suspendFunctionalInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendInvokeWithSuspendKlassRef.kt")
|
||||
public void testSuspendInvokeWithSuspendKlassRef() throws Exception {
|
||||
runTest("js/js.translator/testData/box/coroutines/suspendInvokeWithSuspendKlassRef.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("suspendMethodWithSuperCall.kt")
|
||||
public void testSuspendMethodWithSuperCall() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user