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


14:12:49 < diakopter> rakudo: sub foo(:$w=4){say $w.perl}; my
%z=:x(7); foo(%z); # I guess named arguments fall back to
                      being positional ones...?
14:12:51 < ?? exp_evalbot ??> OUTPUT[:x(7)␤]

foo(%z) should be invoking foo with %z as a positional argument, and
foo() expects a named argument, but foo's $w receives %z.

Reply via email to