Use separate logic for filtering and skipping in collectAndFilterRealOverrides [KT-43487] (#3921)
This commit is contained in:
+5
@@ -33155,6 +33155,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/traits/abstractClassInheritsFromInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("abstractClassWithFakeOverride.kt")
|
||||
public void testAbstractClassWithFakeOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/traits/abstractClassWithFakeOverride.kt");
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInTraits() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/traits"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user