Build stubs for insides of local objects and classes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun f() {
|
||||
object foo {
|
||||
fun foo() {
|
||||
for (a in listOf(1, 2, 3)) {
|
||||
}
|
||||
}
|
||||
|
||||
val foo: Int = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user