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


This code will fail with an error:

use Test; is-approx 2+1e-16, 2; 

The reason for that is that this multi isn't the one that gets called in this 
case:
https://github.com/rakudo/rakudo/blob/b3d81696495df2bbb6e2c649db0ea75c66dffcd6/lib/Test.pm6#L226

The one that does get called is the one with all the named arguments, with 
their values set to default.

Relevant IRC conversation: http://irclog.perlgeek.de/perl6/2016-05-03#i_12428759

Reply via email to