[08 02:06:10] m: class TypeHouse { has Int @.array; }; dd
TypeHouse.^attributes[0];
[08 02:06:11] rakudo-moar 2285d3: OUTPUT«Attribute @!array =
Attribute.new
[08 02:06:11] »
[08 02:06:24] m: class TypeHouse { has Int @.array; }; dd
TypeHouse.^attributes[0].type;
[08 02:06:25] rakudo-moar 228
[08 02:06:10] m: class TypeHouse { has Int @.array; }; dd
TypeHouse.^attributes[0];
[08 02:06:11] rakudo-moar 2285d3: OUTPUT«Attribute @!array =
Attribute.new
[08 02:06:11] »
[08 02:06:24] m: class TypeHouse { has Int @.array; }; dd
TypeHouse.^attributes[0].type;
[08 02:06:25] rakudo-moar 228
# New Ticket Created by Itsuki Toyota
# Please include the string: [perl #129830]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=129830 >
See the following result:
$ perl6 -e 'class TypeHouse { has Int @.array; };
TypeHouse.