FIR2IR: support static fake overrides for fields (related to KT-53441)
#KT-54921 Fixed
This commit is contained in:
committed by
Space Team
parent
6979271998
commit
c698d060c6
+6
@@ -28782,6 +28782,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/javaVisibility/package"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inheritedPackageStaticField.kt")
|
||||
public void testInheritedPackageStaticField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaVisibility/package/inheritedPackageStaticField.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inheritedPackageStaticFunction.kt")
|
||||
public void testInheritedPackageStaticFunction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user