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