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

22 lines
416 B
Plaintext

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