[FIR] Don't generate delegated members for java methods with default implementation
^KT-62334 Fixed
This commit is contained in:
committed by
Space Team
parent
5857e6cc5d
commit
61ec143b74
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user