[IR] update testdata: better support for IrCall
This commit is contained in:
committed by
teamcityserver
parent
ef2adfa835
commit
197f5ca885
@@ -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>())
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user