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