10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
== foo ==
|
|
fun foo(f: () -> Unit) {
|
|
f()
|
|
}
|
|
---------------------
|
|
f <v2> NEW(<v1>)
|
|
f() <v2> COPY
|
|
{ f() } <v2> COPY
|
|
=====================
|