[NI] Add test for obsolete issue
#KT-30858 Obsolete
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user