Add regression tests for obsolete issues
#KT-2592 Obsolete #KT-2768 Obsolete
This commit is contained in:
@@ -4336,6 +4336,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/primitiveTypes/kt248.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2768.kt")
|
||||
public void testKt2768() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/primitiveTypes/kt2768.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2794.kt")
|
||||
public void testKt2794() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/primitiveTypes/kt2794.kt");
|
||||
@@ -4786,6 +4791,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/strings/ea35743.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2592.kt")
|
||||
public void testKt2592() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/strings/kt2592.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3652.kt")
|
||||
public void testKt3652() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/strings/kt3652.kt");
|
||||
|
||||
Reference in New Issue
Block a user