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
@@ -4,7 +4,7 @@ class Delegate {
}
---------------------
L0:
<START>
1 <START>
L1:
<END> NEXT:[<SINK>]
error:
@@ -16,7 +16,7 @@ sink:
fun get(_this: Any, p: PropertyMetadata): Int = 0
---------------------
L0:
<START>
1 <START>
v(_this: Any)
w(_this)
v(p: PropertyMetadata)
@@ -33,7 +33,7 @@ sink:
val a = Delegate()
---------------------
L0:
<START>
1 <START>
v(val a = Delegate())
mark(Delegate())
call(Delegate, <init>)
@@ -49,7 +49,7 @@ sink:
val b by a
---------------------
L0:
<START>
1 <START>
v(val b by a)
r(a)
L1: