Reapply "[IrFakeOverrideBuilder] Support fake overrides for java static methods"

This reverts commit 6271f5cbe5.

The original commit 15094eb03a was reverted because it caused a problem
during bootstrap. That problem is fixed in a subsequent commit.
This commit is contained in:
Alexander Udalov
2024-02-01 15:03:05 +01:00
committed by Space Team
parent 3d2d2af60c
commit b752d3997b
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 {}