b31f4b5251
Conflicts: compiler/tests/org/jetbrains/jet/cfg/JetControlFlowTest.java
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
== empty ==
|
|
fun empty() {}
|
|
---------------------
|
|
l0:
|
|
<START> NEXT:[read (Unit)] PREV:[]
|
|
read (Unit) NEXT:[<END>] PREV:[<START>]
|
|
l1:
|
|
<END> NEXT:[] PREV:[read (Unit)]
|
|
error:
|
|
<ERROR> NEXT:[] PREV:[]
|
|
=====================
|