# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64116] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64116 >
<masak> rakudo: class A { has %.env is rw }; my $a = A.CREATE; $a.env = { foo => 'bar' }; say $a.env<foo> <p6eval> rakudo 1c263b: OUTPUT«Null PMC access in getprop() [...] <masak> wohoo! * masak submits rakudobug <masak> that assignment should work, right?