[NI] Add test for obsolete issue

#KT-30858 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2019-04-15 00:12:09 +03:00
parent 9f4db04839
commit e27f71c6f3
6 changed files with 61 additions and 0 deletions
@@ -6047,6 +6047,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/kt28844.kt", "kotlin.coroutines");
}
@TestMetadata("kt30858.kt")
public void testKt30858() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt30858.kt");
}
@TestMetadata("lastExpressionIsLoop.kt")
public void testLastExpressionIsLoop_1_2() throws Exception {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt", "kotlin.coroutines.experimental");