[FIR] Set proper callable id for delegated members

This commit is contained in:
Dmitriy Novozhilov
2023-02-28 13:11:56 +02:00
committed by Space Team
parent 2fb79bf0b1
commit f44fcc811b
7 changed files with 53 additions and 22 deletions
@@ -20,7 +20,7 @@ FILE: superCallWithDelegation.kt
}
public open override fun foo(): R|kotlin/Unit| {
this@R|/C|.super<R|B|>.R|/A.foo|()
this@R|/C|.super<R|B|>.R|/B.foo|()
}
}