7 lines
66 B
Kotlin
Vendored
7 lines
66 B
Kotlin
Vendored
class Foo
|
|
fun Foo.invoke() {}
|
|
|
|
fun bar(f: Foo) {
|
|
f<caret>()
|
|
}
|