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