Files
kotlin-fork/compiler/testData/cfg/invoke.instructions
T
2013-12-05 13:28:39 +04:00

21 lines
329 B
Plaintext

== foo ==
fun foo(f: () -> Unit) {
f()
}
---------------------
L0:
<START>
v(f: () -> Unit)
w(f)
mark({ f() })
mark(f())
r(f)
call(f, invoke)
L1:
<END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================