# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62196] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62196 >
<masak> rakudo: class A { method foo { say "" ~~ * } }; A.new.foo <p6eval> rakudo 35420: OUTPUT«Null PMC access in find_method() [...] * masak reports rakudobug <jnthn> masak: Is that dependent on it being in a class? <masak> jnthn: yes. <jnthn> rakudo: say "" ~~ * <masak> rakudo: sub f { say "" ~~ * }; f <p6eval> rakudo 35420: OUTPUT«1» <p6eval> rakudo 35420: OUTPUT«1»