# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #71064] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71064 >
<masak> rakudo: class A { method postcircumfix:<{ }>($x) { 42 }; method foo() { my %h; say %h<foo> } }; A.new.foo <p6eval> rakudo 7ef386: ( no output ) <masak> locally, this gives '42'. * masak submits rakudobug