Added/updated tests for LexicalScope.

This commit is contained in:
Svetlana Isakova
2014-03-05 19:32:10 +04:00
parent 2cfcd1783b
commit 006f3ccbe9
81 changed files with 1404 additions and 604 deletions
@@ -5,8 +5,8 @@ fun foo() {
}
---------------------
L0:
<START>
mark({ var i = 1 i++ })
1 <START>
2 mark({ var i = 1 i++ })
v(var i = 1)
r(1)
w(i)
@@ -15,7 +15,7 @@ L0:
call(++, inc)
w(i)
L1:
<END> NEXT:[<SINK>]
1 <END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink: