The Moose 2.1201 pod seems to say it is defined behavior:
has +$name => %options
This is variation on the normal attribute creator "has" which
allows you to clone and extend an attribute from a superclass or
from a role. Here is an example of the superclass usage: ...
Given that Moo is supposed to be Moose-compatible, the same
seems likely true for Moo.
--Chris