# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #74828]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74828 >
<masak> rakudo: class A { has $.a; has $.b }; A.^attributes>>.name.perl.say
<p6eval> rakudo c4857a: OUTPUT«("\$!a", "\$!b", "\$!a", "\$!b",
"\$!a", "\$!b")»
<masak> finanalyst: that works.
<moritz_> "works"
<masak> :)
<moritz_> have you actually looked at the output?
<masak> it's... interesting.
<masak> it's... comprehensive...
<masak> why does it repeat itself?
<moritz_> no idea
<masak> can I report it? puhleeze?
<moritz_> sure
<masak> \o/
* masak reports
So, the bug is that it's a 6-element list rather than a 2-element list.