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