d9a854608b
#KT-6528 Fixed
8 lines
80 B
Kotlin
Vendored
8 lines
80 B
Kotlin
Vendored
fun test() {
|
|
val a = object {
|
|
val foo = 1
|
|
}
|
|
|
|
a.f<caret>oo
|
|
}
|