[FIR] Hack-in indirectly nested locals resolution
This commit is contained in:
committed by
Mikhail Glukhikh
parent
7422571c72
commit
8e890eba3e
+8
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
val base = object {
|
||||
fun bar() = object {
|
||||
fun buz() = foobar
|
||||
}
|
||||
val foobar = ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user