8 lines
70 B
Kotlin
8 lines
70 B
Kotlin
class Foo {
|
|
fun invoke() {}
|
|
}
|
|
|
|
fun bar(f: Foo) {
|
|
f<caret>()
|
|
}
|