On Thu Jan 14 07:12:33 2010, masak wrote:
> This be Rakudo db84bc, chugging along on Parrot r43174.
> 
> $ perl6 -e 'sub foo(@a, $b) {}; foo(5)'
> Nominal type check failed for parameter '@a'; expected Positional but
> got Int instead
> 
> While the nominal type check does indeed fail when sending an Int
> where a Positional is expected, I'd much rather Rakudo fail me for
> sending in one argument instead of two.

Same error message on recent-vintage rakudo.

-- 
Will "Coke" Coleda

Reply via email to