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

14 lines
360 B
Plaintext

== empty ==
fun empty() {}
---------------------
l0:
<START> NEXT:[read (Unit)] PREV:[]
read (Unit) NEXT:[<END>] PREV:[<START>]
l1:
<END> NEXT:[<SINK>] PREV:[read (Unit)]
error:
<ERROR> NEXT:[] PREV:[]
sink:
<SINK> NEXT:[] PREV:[<END>]
=====================