[perl #126581] [BUG] cannot call multis in the same class with .*

2015-12-12 Thread jn...@jnthn.net via RT
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

[perl #126581] [BUG] cannot call multis in the same class with .*

2015-11-06 Thread via RT
# 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 ()