[IR] update testdata: better support for IrCall
This commit is contained in:
committed by
teamcityserver
parent
ef2adfa835
commit
197f5ca885
@@ -36,10 +36,10 @@ val test2: Int
|
||||
get
|
||||
|
||||
val test3: Int
|
||||
field = A.fooExt($receiver = 1)
|
||||
field = (A, 1).fooExt()
|
||||
get
|
||||
|
||||
val test4: Int
|
||||
field = A.<get-barExt>($receiver = 1)
|
||||
field = (A, 1).<get-barExt>()
|
||||
get
|
||||
|
||||
|
||||
Reference in New Issue
Block a user