class Foo { fun invoke(vararg a: Any) {} } fun test(f: Foo) { f {} } // REF: (in Foo).invoke(Any)