Add tests for obsolete issues
#KT-21085 Obsolete #KT-13846 Obsolete
This commit is contained in:
+10
@@ -7135,6 +7135,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
@@ -18004,6 +18009,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/super/superConstructor"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS_IR, 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");
|
||||
|
||||
+10
@@ -8225,6 +8225,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
@@ -19094,6 +19099,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/super/superConstructor"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS, 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