JVM_IR: fix suspendCoroutineUninterceptedOrReturn

This commit is contained in:
Georgy Bronnikov
2020-03-11 18:01:15 +03:00
parent 3cbfdd19f5
commit fded6fb494
4 changed files with 47 additions and 1 deletions
@@ -399,6 +399,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/superFlagInMultiFileFacade.kt");
}
@TestMetadata("suspendCoroutineUninterceptedOrReturn.kt")
public void testSuspendCoroutineUninterceptedOrReturn() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/suspendCoroutineUninterceptedOrReturn.kt");
}
@TestMetadata("topLevelFunWithDefaultArgs.kt")
public void testTopLevelFunWithDefaultArgs() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/topLevelFunWithDefaultArgs.kt");