# New Ticket Created by  Rob Hoelz 
# Please include the string:  [perl #122593]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122593 >


$ ./perl6-m
> Num === Num
Invocant requires an instance, but a type object was passed

It seems that the multi sub resolver tries to apply (Num, Num) to the new multi 
infix:<===>(NaN, NaN), but it fails.

Reply via email to