On Mon Sep 20 06:51:49 2010, moritz wrote:
> 15:49 < jnthn> It may not be a bug.
> 15:49 < jnthn> rakudo: multi f ($ (Int :$value!)) { say "Int $value" };
> multi
>f( $ (Str :$value!)) { say "Str $value" }; f('a' => 3);
> f('a' =>
>'foo')
> 15:49 <+p6eval> rakudo 523
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #77950]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=77950 >
15:33 < jnthn> rakudo: multi f ($ (Int :$value)) { say "Int $value" };
multi f($ (Str :$