> r30449:
> 
>> sub a([EMAIL PROTECTED]) { say @b.elems }; a(1, 2, 3)
> Cannot morph a Perl6Scalar.
> 
> Note that the passing itself doesn't throw an error:
> 
>> sub a([EMAIL PROTECTED]) {  }; a(1, 2, 3)
>>
> 
> Clearly we need more tests...

Now added test in t/spec/S06-signature/slurpy-params.t which rakudo all
fails

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to