# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #67932] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=67932 >
<masak> rakudo: sub foo(&foo = &foo) { say "OH HAI"; foo }; foo <p6eval> rakudo 4c31fb: OUTPUT«Null PMC access in isa()in sub foo [...] <hoelzro> pmichaud: it should just alert you <masak> hah! * masak submits rakudobug <masak> rakudo: sub foo(&foo = &foo) {}; foo <p6eval> rakudo 4c31fb: OUTPUT«Null PMC access in isa()in sub foo [...] <moritz_> rakudo: sub foo(&foo = &foo) {}; <p6eval> rakudo 4c31fb: ( no output ) <moritz_> ah, happens while calling <masak> aye. <KyleHa> Is that supposed to live? <masak> I think so. <masak> KyleHa: the first &foo is the param, the second is the sub.