On Mon May 04 14:39:43 2009, masak wrote: > <masak> rakudo: class A { has $.a is rw }; A.a = 5; say "alive" > <p6eval> rakudo 1c0ac1: OUTPUT«Null PMC access in getprop() [...] > * masak submits rakudobug for the Null PMC access
Since type objects have no state, it's almost certainly an exception, but certainly *not* that one! :-) As of git 8b525f1 it now more helpfully reports: Type objects do not have state, but you tried to access attribute $!a I unfudged a test for this in S12-attributes/instance.t. Thanks, Jonathan