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,10 +5,10 @@ fun foo(x: Int) {
}
---------------------
L0:
<START>
1 <START>
v(x: Int)
w(x)
mark({ val (a, b) = x a })
2 mark({ val (a, b) = x a })
r(x)
v(a)
w(a)
@@ -16,7 +16,7 @@ L0:
w(b)
r(a)
L1:
<END> NEXT:[<SINK>]
1 <END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink: