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

14 lines
203 B
Plaintext

== short ==
fun short() = 1
---------------------
L0:
<START>
r(1)
L1:
<END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================