[tests] Added a test for KT-55494
This commit is contained in:
+6
@@ -8227,6 +8227,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt52561.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55494.kt")
|
||||
public void testKt55494() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt55494.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lastExpressionIsLoop.kt")
|
||||
public void testLastExpressionIsLoop() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user