# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69316] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69316 >
<masak> rakudo: class Forest { class Frog { method speak { say "ribbit ribbit" } }; has Frog $.frog; method new() { my Frog $frog .= new; self.bless(*, :$frog) } }; Forest.new <p6eval> rakudo 0eaf62: OUTPUT«Null PMC access in type()in method Forest::new [...] * masak submits frog-bug <moritz_> masak: nested classes are documented to be not working on the status page (just FYI) <masak> that's ok. <masak> they also shouldn't be emitting Null PMC access errors. :) <moritz_> aye