[FIR2IR] Unwrap only call-site overrides during delegated members generation

^KT-60251 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-11-23 15:52:46 +02:00
committed by Space Team
parent 6dc56158f9
commit a15057b2ca
4 changed files with 29 additions and 20 deletions
@@ -1,5 +1,7 @@
// ISSUE: KT-55828
// DUMP_IR
// IGNORE_BACKEND_K2: ANY
// Ignore reason: FIR scopes skip part of overridden hierarchy. It will fixed in next commits
// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: extra overridden symbols for declarations in MyMutableList.
// ^ This is most likely not a problem, and IR dump can be changed once IR fake override generation is enabled by default.