# New Ticket Created by mt1957
# Please include the string: [perl #127696]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127696 >
L.s.
First I am experimenting without documentation and trying to read code
from rakudo sourc
On Sun Jun 21 11:24:57 2009, moritz wrote:
> $ perl6 -e 'my @a := gather { for 1..3 { take $_; say @a.perl } }; say
> @a.perl'
> Null PMC access in find_method()
> in Main (:1)
Current behavior:
Type check failed in binding; expected Positional but got Seq (?)
If I change it to 'my \a = gather