Add regression test for coroutines issue KT-49294
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user