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

This reverts commit 15094eb03a.
This commit is contained in:
Kirill Rakhman
2024-01-31 16:41:26 +01:00
committed by Space Team
parent 7c4e43938b
commit 6271f5cbe5
4 changed files with 21 additions and 12 deletions
@@ -1,4 +1,5 @@
// TARGET_BACKEND: JVM_IR
// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-64150
// FILE: AbstractBlackBoxCodegenTest.java
public abstract class AbstractBlackBoxCodegenTest extends CodegenTestCase {}