[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
@@ -4952,6 +4952,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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_3() throws Exception {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt", "kotlin.coroutines");
@@ -5177,6 +5177,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
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");