[08 02:06:10] <geekosaur> m: class TypeHouse { has Int @.array; }; dd
TypeHouse.^attributes[0];
[08 02:06:11] <camelia> rakudo-moar 2285d3: OUTPUT«Attribute @!array =
Attribute.new␤
[08 02:06:11]  »
[08 02:06:24] <geekosaur> m: class TypeHouse { has Int @.array; }; dd
TypeHouse.^attributes[0].type;
[08 02:06:25] <camelia> rakudo-moar 2285d3: OUTPUT«Positional[Int]␤
[08 02:06:25]  »

So it's the implicit .gist done by say on the type object that is dying,
not something on the way to it. (This may be expected.)

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to