Add tests for obsolete issues
#KT-31784 Obsolete #KT-31757 Obsolete
This commit is contained in:
+10
@@ -6054,6 +6054,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt30858.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt31784.kt")
|
||||
public void testKt31784() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt31784.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lastExpressionIsLoop.kt")
|
||||
public void testLastExpressionIsLoop_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt", "kotlin.coroutines.experimental");
|
||||
@@ -10944,6 +10949,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/fullJdk/intCountDownLatchExtension.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt31757.kt")
|
||||
public void testKt31757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fullJdk/kt31757.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt434.kt")
|
||||
public void testKt434() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fullJdk/kt434.kt");
|
||||
|
||||
Reference in New Issue
Block a user