Add tests for obsolete issues
#KT-21085 Obsolete #KT-13846 Obsolete
This commit is contained in:
+10
@@ -9250,6 +9250,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/local/kt19690.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt21085.kt")
|
||||
public void testKt21085() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/local/kt21085.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt23117.kt")
|
||||
public void testKt23117() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/local/kt23117.kt");
|
||||
@@ -23399,6 +23404,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/super/superConstructor"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("kt13846.kt")
|
||||
public void testKt13846() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/super/superConstructor/kt13846.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt17464_arrayOf.kt")
|
||||
public void testKt17464_arrayOf() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/super/superConstructor/kt17464_arrayOf.kt");
|
||||
|
||||
Reference in New Issue
Block a user