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

15 lines
234 B
Plaintext

== empty ==
fun empty() {}
---------------------
L0:
<START>
mark({})
read (Unit)
L1:
<END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================