Add tests for obsolete codegen issues
#KT-16790 Obsolete #KT-16858 Obsolete #KT-17441 Obsolete
This commit is contained in:
+15
@@ -13149,6 +13149,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/innerNested/superConstructorCall/objectExtendsLocalWithClosure.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("objectExtendsLocal_kt16858.kt")
|
||||
public void testObjectExtendsLocal_kt16858() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/superConstructorCall/objectExtendsLocal_kt16858.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("objectOuterDiffersFromInnerOuter.kt")
|
||||
public void testObjectOuterDiffersFromInnerOuter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/superConstructorCall/objectOuterDiffersFromInnerOuter.kt");
|
||||
@@ -14880,6 +14885,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/localClasses"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("anonymousObjectInExtension.kt")
|
||||
public void testAnonymousObjectInExtension() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/anonymousObjectInExtension.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("anonymousObjectInInitializer.kt")
|
||||
public void testAnonymousObjectInInitializer() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/localClasses/anonymousObjectInInitializer.kt");
|
||||
@@ -22351,6 +22361,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/sam/constructors/filenameFilter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt16790.kt")
|
||||
public void testKt16790() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/constructors/kt16790.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19251.kt")
|
||||
public void testKt19251() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/constructors/kt19251.kt");
|
||||
|
||||
Reference in New Issue
Block a user