[IR] update testdata: super and receiver for field accesses

This commit is contained in:
Zalim Bashorov
2020-11-10 03:10:13 +03:00
committed by teamcityserver
parent 029ee6f2e7
commit a6b408978f
50 changed files with 294 additions and 294 deletions
@@ -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)
}
}
@@ -29,7 +29,7 @@ object Host {
val String.plusK: String /* by */
field = (<this>, "K").provideDelegate(host = <this>, p = ::plusK)
get(): String {
return #plusK$delegate.getValue(receiver = <this>, p = ::plusK)
return <this>.#plusK$delegate.getValue(receiver = <this>, p = ::plusK)
}
val ok: String