[IR] update testdata: super and receiver for field accesses
This commit is contained in:
committed by
teamcityserver
parent
029ee6f2e7
commit
a6b408978f
@@ -42,7 +42,7 @@ class Host {
|
||||
val testMember: String /* by */
|
||||
field = DelegateProvider(value = "OK").provideDelegate(thisRef = <this>, property = ::testMember)
|
||||
get(): String {
|
||||
return #testMember$delegate.getValue(thisRef = <this>, property = ::testMember)
|
||||
return <this>.#testMember$delegate.getValue(thisRef = <this>, property = ::testMember)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user