Files
kotlin-fork/compiler/testData/cfg/expressions/expressionAsFunction.instructions
T

22 lines
360 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), invoke)
L1:
1 <END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================