# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #75296]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75296 >


<isBEKaml> we don't have real enum types yet?
<masak> they're not up to spec, no.
<masak> rakudo: enum A <a b c>; say A.enums.WHAT
<p6eval> rakudo eb84e9: OUTPUT«Method 'enums' not found for invocant
of class 'EnumMap' [...]
<masak> rakudo: enum A <a b c>; say A.WHAT
<p6eval> rakudo eb84e9: OUTPUT«EnumMap()␤»
<masak> I'm pretty sure that's wrong.
* masak submits a rakudobug

S12: "The C<.enums> method returns an C<EnumMap>" -- implying that the
enum itself is not of this type, but that it wraps an EnumMap.

Reply via email to