Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: b046dd93327ea79fa8cab85acdd3ab3a6cabf9bf
https://github.com/perl6/specs/commit/b046dd93327ea79fa8cab85acdd3ab3a6cabf9bf
Author: diakopter
Date: 2011-01-06 (Thu, 06 Jan 2011)
Changed paths:
M S02-bits.pod
Log Messa
FWIW 'has $!a handles TypeObject' is now implemented, and works fine for
roles.
It doesn't work for classes, because they have a .new method. So the
standard .new is overridden, trying to call the .new on an attribute,
but since there's no instance yet, the access to the attribute fails.
That's a