# New Ticket Created by Moritz Lenz # Please include the string: [perl #66820] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66820 >
$ perl6 -e 'my @a := gather { for 1..3 { take $_; say @a.perl } }; say @a.perl' Null PMC access in find_method() in Main (<unknown>:1) I don't know if you need laziness to get that working... Moritz