Files
kotlin-fork/compiler/testData/cfg/EmptyFunction.instructions
T
2012-12-18 16:00:27 +04:00

14 lines
369 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:[<SINK>] PREV:[]
sink:
<SINK> NEXT:[] PREV:[<ERROR>, <END>]
=====================