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