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