A test was added in https://github.com/perl6/roast/commit/84e5309567a5f3ee0d1d7450e08225119b08f3af
dogbert17++ On 2017-07-21 12:46:12, jan-olof.hen...@bredband.net wrote: > 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.