Allowing the object.method(args...) syntax as an alias for method(object, args ...)

It’s unfortunate that we have allocated such a good syntax x.f to an operation that’s generally not even public API.