Do not generate ACONST_NULL as continuation of crossinline suspend lambda

This commit is contained in:
Ilmir Usmanov
2018-03-01 17:50:18 +03:00
parent 6b7173ba13
commit 81f3e39f29
7 changed files with 76 additions and 2 deletions
@@ -3477,6 +3477,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
doTest(fileName);
}
@TestMetadata("returnValue.kt")
public void testReturnValue() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/suspend/returnValue.kt");
doTest(fileName);
}
@TestMetadata("tryCatchStackTransform.kt")
public void testTryCatchStackTransform() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/suspend/tryCatchStackTransform.kt");