JS: fix noInline version of inline suspend fun (KT-27611 fixed)
This commit is contained in:
+5
@@ -907,6 +907,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
public void testNativeExceptions() throws Exception {
|
||||
runTest("js/js.translator/testData/box/coroutines/nativeExceptions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onlyInlineSuspendFunction.kt")
|
||||
public void testOnlyInlineSuspendFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/coroutines/onlyInlineSuspendFunction.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("js/js.translator/testData/box/crossModuleRef")
|
||||
|
||||
+5
@@ -907,6 +907,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
public void testNativeExceptions() throws Exception {
|
||||
runTest("js/js.translator/testData/box/coroutines/nativeExceptions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onlyInlineSuspendFunction.kt")
|
||||
public void testOnlyInlineSuspendFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/coroutines/onlyInlineSuspendFunction.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("js/js.translator/testData/box/crossModuleRef")
|
||||
|
||||
Reference in New Issue
Block a user