JVM_IR KT-42260 add abstract overrides for generated stubs
This commit is contained in:
+5
@@ -4964,6 +4964,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, 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.JVM, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user