Files
kotlin-fork/compiler/testData/cfg/ShortFunction.instructions
T
2011-11-03 18:29:34 +04:00

14 lines
309 B
Plaintext

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