Resolve type of anonymous object in local object as local
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
val a = object {
|
||||
val b = object {
|
||||
val c = 42
|
||||
}
|
||||
}
|
||||
|
||||
a.b.c : Int
|
||||
}
|
||||
Reference in New Issue
Block a user