Add regression test for coroutines issue KT-49294

This commit is contained in:
Alexander Udalov
2021-11-26 00:07:14 +01:00
parent 5b66c4cdc3
commit 3f47725eb9
9 changed files with 141 additions and 0 deletions
@@ -9931,6 +9931,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
runTest("compiler/testData/codegen/box/coroutines/kt49168.kt");
}
@Test
@TestMetadata("kt49294.kt")
public void testKt49294() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt49294.kt");
}
@Test
@TestMetadata("lastExpressionIsLoop.kt")
public void testLastExpressionIsLoop() throws Exception {