# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64850] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64850 >
<masak> rakudo: class A { has $.x; method foo { $!x := 42 } }; my $a = A.new; $a.foo; say A.x <p6eval> rakudo c271e1: OUTPUT«Null PMC access in set_attr_str() [...] * masak submits rakudobug