Files
kotlin-fork/compiler/testData/cfg/basic/EmptyFunction.instructions
T
2014-09-07 01:04:00 +04:00

14 lines
233 B
Plaintext
Vendored

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