71a368e06e
^KTIJ-24107 Fixed ^KTIJ-24344 Fixed
9 lines
99 B
Kotlin
Vendored
9 lines
99 B
Kotlin
Vendored
package foo
|
|
|
|
object Foo {
|
|
operator fun invoke() {}
|
|
}
|
|
|
|
fun test() {
|
|
foo.<expr>Foo</expr>()
|
|
} |