JVM_IR: do not handle Nothing in suspend tail call bridges
Else they wouldn't be tail call, would they?
This commit is contained in:
+5
@@ -7136,6 +7136,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspensionInsideSafeCall.kt", "kotlin.coroutines");
|
||||
}
|
||||
|
||||
@TestMetadata("tailCallToNothing.kt")
|
||||
public void testTailCallToNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/tailCallToNothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("tryCatchFinallyWithHandleResult.kt")
|
||||
public void testTryCatchFinallyWithHandleResult_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/tryCatchFinallyWithHandleResult.kt", "kotlin.coroutines.experimental");
|
||||
|
||||
Reference in New Issue
Block a user