[IR] update testdata: better support for IrCall
This commit is contained in:
committed by
teamcityserver
parent
ef2adfa835
commit
197f5ca885
@@ -7,6 +7,6 @@ fun foo(arg: Number) {
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val x: Int = 0
|
||||
foo(arg = convert<Number>($receiver = x))
|
||||
foo(arg = x.convert<Number>())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user