On Sun Oct 16 07:36:18 2011, coke wrote: > 2+ years, still ambiguous: > > 10:35 < [Coke]> rakudo: multi foo(:$a!, *%_) {}; multi foo(:$b, *%_) {}; > foo(:a, :b) > 10:35 <+p6eval> rakudo 25af2d: OUTPUT«Ambiguous dispatch to multi 'foo'. > Ambiguous candidates had signatures::(Any $a, Associative > %_):(Any $b, Associative %_) in block <anon> at > /tmp/6V7yVjBiLw:1 in <anon> at /tmp/6V7yVjBiLw:1» >
This is no longer ambiguous - test added in S06-multi/syntax.t, closing ticket. -- Will "Coke" Coleda