71a368e06e
^KTIJ-24107 Fixed ^KTIJ-24344 Fixed
12 lines
134 B
Kotlin
Vendored
12 lines
134 B
Kotlin
Vendored
package foo
|
|
|
|
class Foo(i: Int) {
|
|
companion object {
|
|
operator fun invoke() {}
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
foo.Fo<caret>o()
|
|
}
|