# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #79866] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79866 >
<masak> rakudo: my $answer = [] but role { method postcircumfix:<( )>( ($arg) ) { say "You called me with argument $arg" } }; $answer(5) <p6eval> rakudo : OUTPUT«You called me with argument 5» <masak> rakudo: my $answer = 42 but role { method postcircumfix:<( )>( ($arg) ) { say "You called me with argument $arg" } }; $answer(5) <p6eval> rakudo : OUTPUT«invoke() not implemented in class 'Integer' [...]» * masak submits rakudobug