Files
kotlin-fork/compiler/testData/cfg/conventions/invoke.values
T
2014-06-03 18:17:07 +04:00

10 lines
160 B
Plaintext

== foo ==
fun foo(f: () -> Unit) {
f()
}
---------------------
f <v2> NEW(<v1>)
f() <v2> COPY
{ f() } <v2> COPY
=====================