blob: 3e06f8be183b5153de9d36bf49130078580e179f [file]
class Foo {
operator fun invoke(vararg a: Any) {}
}
fun test(f: Foo) {
f<caret>()
}