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