71a368e06e
^KTIJ-24107 Fixed ^KTIJ-24344 Fixed
10 lines
114 B
Kotlin
Vendored
10 lines
114 B
Kotlin
Vendored
object Foo {
|
|
object Helper {
|
|
operator fun invoke() {}
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
Foo.He<caret>lper()
|
|
}
|