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


<masak> alpha: class A { my $b; method c { $A::b = 5; say $A::b } }; A.new.c
<p6eval> alpha 30e0ed: OUTPUT«5␤»
<masak> rakudo: class A { my $b; method c { $A::b = 5; say $A::b } }; A.new.c
<p6eval> rakudo 78faa0: OUTPUT«Null PMC access in getprop() [...]
* masak submits rakuodbug

I'm no longer sure that this syntax will actually give me access to
the variable, but even if it doesn't the error shouldn't be a Null PMC
access.

Reply via email to