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


<masak> rakudo: enum A <a b c>; enum B <a b c>; say &a.perl
<p6eval> rakudo 1d4928: OUTPUT«B::a␤»
* masak submits rakudobug
<jnthn> ?
<jnthn> Heh
<moritz_> it should be ambiguous
<jnthn> Oh
<moritz_> I can never remember how to write that word :-)
<jnthn> Yeah, that.

According to S12:1787, rather than just picking B::a, &a should be
unavailable as a symbol, due to it being found both in A and in B.

Reply via email to