Added information about anonymous initializers to cfg & proper checks

This commit is contained in:
svtk
2011-11-01 18:54:33 +04:00
parent ecdceb4447
commit eab7fdf4bc
6 changed files with 109 additions and 9 deletions
@@ -1,3 +1,15 @@
== Test ==
class Test {
var x : Int;
}
---------------------
l0:
<START> NEXT:[<END>] PREV:[]
l1:
<END> NEXT:[] PREV:[<START>]
error:
<ERROR> NEXT:[] PREV:[]
=====================
== assignments ==
fun assignments() : Unit {
var x = 1