David Green wrote:
> Aha, so the bark:(Dog:) syntax identifies the method by its signature as
> well, thus distinguishing it from the .bark:(Tree:) method. This works fine
> when the sigs can distinguish the invocants, which is very common. However,
> I could have ambiguous methods even including
# New Ticket Created by jn...@jnthn.net
# Please include the string: [perl #69863]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=69863 >
perl6 -e "sub foo(Int :$name) { say $name }; foo(name => 1|2)"
ResizablePMCArray: ind