Added/updated tests for LexicalScope.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
"before"
|
||||
while (true) {
|
||||
val a: Int
|
||||
}
|
||||
"after"
|
||||
}
|
||||
Reference in New Issue
Block a user