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