Added/updated tests for LexicalScope.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun foo() {
|
||||
class A {
|
||||
var a : Int
|
||||
get() {
|
||||
return $a
|
||||
}
|
||||
set(v: Int) {
|
||||
$a = v
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user