[FIR] Don't generate delegated members for java methods with default implementation

^KT-62334 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-10-05 12:04:37 +03:00
committed by Space Team
parent 5857e6cc5d
commit 61ec143b74
16 changed files with 78 additions and 30 deletions
@@ -2,8 +2,6 @@
// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-61370
// WITH_STDLIB
// FULL_JDK
// IGNORE_BACKEND_K2: ANY
// Ignore reason: KT-62334
abstract class AMap1<K1, V1>(private val m: Map<K1, V1>) : Map<K1, V1> by m