# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78112] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78112 >
<hudnix> rakudo: class A {has $.a = $^b + 1;has $.b = $^a }; say A.new(1,2).a <p6eval> rakudo 624188: OUTPUT«Null PMC access in type() [...] * masak submits rakudobug <masak> rakudo: class A { has $.a = $^b }; A.new <p6eval> rakudo 624188: OUTPUT«Null PMC access in isa_pmc() [...]