[IR] update testdata: better support for IrCall

This commit is contained in:
Zalim Bashorov
2020-11-06 01:14:47 +03:00
committed by teamcityserver
parent ef2adfa835
commit 197f5ca885
72 changed files with 203 additions and 203 deletions
@@ -34,13 +34,13 @@ class CBoth : ILeft, IRight {
}
override fun foo() {
<this>.foo()
<this>.foo()
super.foo()
super.foo()
}
override val bar: Int
override get(): Int {
return <this>.<get-bar>().plus(other = <this>.<get-bar>())
return super.<get-bar>().plus(other = super.<get-bar>())
}