# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #71476] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71476 >
<masak> mwhaha! <masak> I'm back to bother you with my endless bug reports :) <masak> rakudo: class A { method foo(@a: $x) { say $x } }; A.new.foo("OH HAI") <p6eval> rakudo 8dc189: ( no output ) <masak> locally, "OH HAI" * masak submits rakudobug I'm not really sure what should happen. Perhaps a compile-time error saying that the user is not to type the invocant parameter, or else.