Files
kotlin-fork/compiler/testData/cfg/conventions/invoke.values
T

11 lines
316 B
Plaintext

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