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

12 lines
130 B
Plaintext

== short ==
fun short() = 1
---------------------
l0:
<START>
r(1)
l1:
<END>
error:
<ERROR>
=====================