# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #68370] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68370 >
Rakudo a948cae: $ perl6 -e 'class A { has $!a; method foo() { $!a = 42 } }; A.foo' Null PMC access in getprop() Should probably be a readonly-related error or something instead (because type objects aren't writeable).