JVM_IR KT-42260 add abstract overrides for generated stubs
This commit is contained in:
Generated
+5
@@ -4064,6 +4064,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
KotlinTestUtils.runTest0(this::doTest, TargetBackend.JS_IR_ES6, testDataFilePath);
|
||||
}
|
||||
|
||||
@TestMetadata("addCollectionStubWithCovariantOverride.kt")
|
||||
public void testAddCollectionStubWithCovariantOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/addCollectionStubWithCovariantOverride.kt");
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInCollections() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/collections"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
||||
}
|
||||
|
||||
Generated
+5
@@ -4064,6 +4064,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
KotlinTestUtils.runTest0(this::doTest, TargetBackend.JS_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
@TestMetadata("addCollectionStubWithCovariantOverride.kt")
|
||||
public void testAddCollectionStubWithCovariantOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/addCollectionStubWithCovariantOverride.kt");
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInCollections() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/collections"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
+5
@@ -4064,6 +4064,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
KotlinTestUtils.runTest0(this::doTest, TargetBackend.JS, testDataFilePath);
|
||||
}
|
||||
|
||||
@TestMetadata("addCollectionStubWithCovariantOverride.kt")
|
||||
public void testAddCollectionStubWithCovariantOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/addCollectionStubWithCovariantOverride.kt");
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInCollections() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/collections"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user