On Sat, 14 Nov 2015 14:06:52 -0800, grond...@yahoo.fr wrote:
> $ perl6 --version
> This is perl6 version 2015.10-294-gcc1ba30 built on MoarVM version
> 2015.10-92-g0181385
> 
> $ perl6 -e 'multi f(UInt:D $) { say "ok" }; f(1);'
> ===SORRY!===
> Invocant requires an instance of type Int, but a type object was passed.
> Did you forget a .new?
> 
> See also IRC log for this day.

This was fixed with 
https://github.com/rakudo/rakudo/commit/68afa3f1e77862e4b61f9946103047103fff3c2c.
 
I'm not sure if the tests in S12-subset/subtypes.t covers this, if they do then 
this issue should be
closed.

Reply via email to