b31f4b5251
Conflicts: compiler/tests/org/jetbrains/jet/cfg/JetControlFlowTest.java
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
== short ==
|
|
fun short() = 1
|
|
---------------------
|
|
l0:
|
|
<START> NEXT:[r(1)] PREV:[]
|
|
r(1) NEXT:[<END>] PREV:[<START>]
|
|
l1:
|
|
<END> NEXT:[] PREV:[r(1)]
|
|
error:
|
|
<ERROR> NEXT:[] PREV:[]
|
|
=====================
|