[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
@@ -39,10 +39,10 @@ operator fun En.invoke(i: Int): Int {
}
val test1: Int
field = invoke($receiver = A, i = 42)
field = A.invoke(i = 42)
get
val test2: Int
field = invoke($receiver = En, i = 42)
field = En.invoke(i = 42)
get