On Wed Apr 08 05:15:12 2009, ml...@physik.uni-wuerzburg.de wrote:
> 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
> 
Fixed in git 0a9dd6d and unfudged those spectests.

Thanks,

Jonathan

Reply via email to