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


Rakudo does not complain about required parameters put after these
with default values in subroutine signatures. Example code:

    sub foo ($x = 0, $arg)

Rakudo should die at compile time, but it doesn't complain at all.

Reply via email to