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