On Mon Aug 10 03:47:23 2009, masak wrote:
> 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).

This is a dupe of another ticket I just resolved (though this ticket
carried the test I'd already found :-)). Anyway, this now prints:

Type objects do not have state, but you tried to access attribute $!a

Thanks,

Jonathan

Reply via email to