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