Merge branch 'master' of ssh://git.labs.intellij.net/jet

Conflicts:
	compiler/tests/org/jetbrains/jet/cfg/JetControlFlowTest.java
This commit is contained in:
svtk
2011-10-21 17:13:09 +04:00
674 changed files with 3276 additions and 1589 deletions
@@ -0,0 +1,11 @@
== 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:[]
=====================