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


test:
class A { has $.a = 0 }; for ^2 { my $a = .a given A.new; say $a; }

expected:
0
0

got:
0
(Any)

VM and OS:
perl6 version 2013.12-336-g695493b built on MoarVM version 2013.10-401-gf959b0a
Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux

Reply via email to