Add tests for obsolete issues

#KT-21085 Obsolete
 #KT-13846 Obsolete
This commit is contained in:
Mikhael Bogdanov
2019-02-07 11:28:46 +01:00
parent 6d24d50df6
commit 6aaa601239
7 changed files with 79 additions and 0 deletions
@@ -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");