Files
kotlin-fork/compiler/testData/cfg/conventions/invoke.instructions
T
2014-03-07 21:08:16 +04:00

21 lines
329 B
Plaintext

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