# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #64556]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64556 >


14:13 <@moritz_> rakudo: multi f(Int %h) { say 'int' }; multi f(Str %h)
{ say
                 'str' }; my Int %h = a => 3; f(%h)
14:13 < p6eval> rakudo 4abd89: OUTPUT«No applicable candidates found to
                dispatch to for 'f'␤current instr.: '_block14' pc 133
                (EVAL_17:53)␤»

Tests for that are in  t/spec/S06-multi/type-based.t

Cheers,
Moritz


-- 
Moritz Lenz
http://perlgeek.de/ |  http://perl-6.de/ | http://sudokugarden.de/

Reply via email to