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