[FIR] Fix generating this reference in delegated accessors
There was a problem with delegated extension property with dispatch receiver that `this` in `getValue` call was set to dispatch receiver instead of extension one
This commit is contained in:
committed by
TeamCityServer
parent
4e5647090e
commit
ea2783eace
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
object Host {
|
||||
class StringDelegate(val s: String) {
|
||||
operator fun getValue(receiver: String, p: Any) = receiver + s
|
||||
|
||||
Reference in New Issue
Block a user