On Fri Nov 06 15:10:05 2015, rayd...@cyberuniverses.com wrote:
> calling multis in the same class with .* doesn't work:
> 22:10 raydiak m: class C { multi method m () { "A" }; multi method m
> () { "B" } }; C.*m
> 22:10 camelia rakudo-moar 5fda5d: OUTPUT«Ambiguous call to 'm';
> these signature
# New Ticket Created by
# Please include the string: [perl #126581]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126581 >
calling multis in the same class with .* doesn't work:
22:10 raydiak m: class C { multi method m ()