Files
kotlin-fork/compiler/testData/cfg/basic/EmptyFunction.instructions
T
2014-03-07 21:08:16 +04:00

15 lines
234 B
Plaintext

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