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