Files
kotlin-fork/compiler/testData/cfg/EmptyFunction.instructions
T
2011-10-20 16:21:18 +02:00

12 lines
136 B
Plaintext

== empty ==
fun empty() {}
---------------------
l0:
<START>
read (Unit)
l1:
<END>
error:
<ERROR>
=====================