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


<masak> rakudo: class A { enum B <c d e>; ::c = B::c }; say A::c
<p6eval> rakudo ba09b2: OUTPUT«Null PMC access in getprop() [...]
* masak submits rakudobug
<pmichaud> masak:  ::c is lexically scoped.
<masak> pmichaud: meaning it can't be seen?
<pmichaud> outside of the block, no.
<masak> still, a Null PMC access is never right.
<pmichaud> true.

Reply via email to