[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
@@ -22,7 +22,7 @@ object Test : Base {
get
init {
#y = <this>.<get-x>()
<this>.#y = <this>.<get-x>()
}
}