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


<masak> nom: class A { has $x = 5; method foo { say $x } }; A.new.foo
<p6eval> nom a9bead: OUTPUT«5␤»
<masak> nom: class A { has $x = 5; method foo { my $x = 42; say $x }
}; A.new.foo
<p6eval> nom a9bead: OUTPUT«Cannot assign into a PMCNULL container [...]
<masak> huh :)
* masak submits rakudobug
<masak> I... I wasn't even trying! :)

Reply via email to