Tests for not reproduced KT-1770, KT-3001 and KT-3414
#KT-3414 Can't Reproduced #KT-3001 Can't Reproduced #KT-1770 Can't Reproduced
This commit is contained in:
@@ -960,11 +960,21 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/classes/kt285.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3001.kt")
|
||||
public void testKt3001() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/classes/kt3001.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3114.kt")
|
||||
public void testKt3114() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/classes/kt3114.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3414.kt")
|
||||
public void testKt3414() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/classes/kt3414.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt343.kt")
|
||||
public void testKt343() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/classes/kt343.kt");
|
||||
|
||||
+5
@@ -654,6 +654,11 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
|
||||
doTestWithStdlib("compiler/testData/codegen/boxWithStdlib/regressions/kt1733.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt1770.kt")
|
||||
public void testKt1770() throws Exception {
|
||||
doTestWithStdlib("compiler/testData/codegen/boxWithStdlib/regressions/kt1770.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt1779.kt")
|
||||
public void testKt1779() throws Exception {
|
||||
doTestWithStdlib("compiler/testData/codegen/boxWithStdlib/regressions/kt1779.kt");
|
||||
|
||||
Reference in New Issue
Block a user