[IrFakeOverrideBuilder] Support fake overrides for java static methods

^KT-64150
This commit is contained in:
Pavel Kunyavskiy
2024-01-11 18:33:47 +01:00
committed by Space Team
parent 8f046d36e0
commit 15094eb03a
4 changed files with 12 additions and 21 deletions
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM_IR
// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-64150
// FILE: AbstractBlackBoxCodegenTest.java
public abstract class AbstractBlackBoxCodegenTest extends CodegenTestCase {}