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