Minor, add regression test
#KT-42554
This commit is contained in:
+5
@@ -7038,6 +7038,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt42028.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42554.kt")
|
||||
public void testKt42554() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt42554.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lastExpressionIsLoop.kt")
|
||||
public void testLastExpressionIsLoop_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt", "kotlin.coroutines.experimental");
|
||||
|
||||
Reference in New Issue
Block a user