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