71a368e06e
^KTIJ-24107 Fixed ^KTIJ-24344 Fixed
7 lines
76 B
Kotlin
Vendored
7 lines
76 B
Kotlin
Vendored
object Foo {
|
|
operator fun invoke() {}
|
|
}
|
|
|
|
fun test() {
|
|
Fo<caret>o()
|
|
} |