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

22 lines
416 B
Plaintext

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