Files
kotlin-fork/compiler/testData/cfg/conventions/invoke.values
T
2014-07-11 19:13:49 +04:00

11 lines
433 B
Plaintext
Vendored

== foo ==
fun foo(f: () -> Unit) {
f()
}
---------------------
<v0>: {<: () -> Unit} NEW: magic[FAKE_INITIALIZER](f: () -> Unit) -> <v0>
f <v1>: {<: () -> Unit} NEW: r(f) -> <v1>
f() <v2>: * NEW: call(f(), invoke|<v1>) -> <v2>
{ f() } <v2>: * COPY
=====================