# New Ticket Created by [email protected] # Please include the string: [perl #117915] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117915 >
This is perl6 version 2013.04-43-g5ad46fd built on parrot 5.2.0 revision
RELEASE_5_2_0
my Bag $bag .= new: <foo foo bar>;
for $bag.keys X $bag.keys -> $a, $b {
say $a, $b;
}
No output, no error. The program never enters the for loop. It should.
