[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
@@ -33,8 +33,8 @@ object B {
fun B.test() {
// COMPOSITE {
val tmp0_container: A = A
val x: Int = <this>.component1($receiver = tmp0_container)
val y: Int = <this>.component2($receiver = tmp0_container)
val x: Int = (<this>, tmp0_container).component1()
val y: Int = (<this>, tmp0_container).component2()
// }
}