FIR2IR: fix f/o & delegate overridden symbol generation #KT-52745 Fixed

This commit is contained in:
Mikhail Glukhikh
2022-06-17 15:41:12 +02:00
committed by Space
parent 966e2442c6
commit a8ce4e827c
5 changed files with 16 additions and 17 deletions
@@ -92,6 +92,7 @@ FILE fqName:<root> fileName:/SignatureClash.kt
INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:DataClass modality:FINAL visibility:public [data] superTypes:[<root>.Derived; <root>.Delegate]'
FUN DELEGATED_MEMBER name:bar visibility:public modality:OPEN <> ($this:<root>.DataClass) returnType:kotlin.Unit
overridden:
public abstract fun bar (): kotlin.Unit [fake_override] declared in <root>.Derived
public abstract fun bar (): kotlin.Unit declared in <root>.Delegate
$this: VALUE_PARAMETER name:<this> type:<root>.DataClass
BLOCK_BODY