# New Ticket Created by [email protected]
# Please include the string: [perl #126642]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=126642 >
$ 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.