# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69674] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69674 >
<masak> rakudo: class A { method foo() {} }; A.new.foo(42) <p6eval> rakudo daf221: OUTPUT«positional inside named args at position 2in method A::foo [...] * masak submits LTA rakudobug I know that the error is technically accurate, but it's opaque for the uninitiated programmer, who doesn't know about *%_ and such.