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


14:24:21 <diakopter> rakudo: sub foo($a?=4){say $a.perl}; my %f=:a(7);
foo(:%f); foo(g=>7);
14:24:22 <?? exp_evalbot ??> OUTPUT[4␤4␤]

says S06:

.... is a fatal error. Passing a named argument that cannot be bound
to a normal subroutine is also a fatal error. (Methods are different.)

Reply via email to