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


For example:

> use v6;
>
> for ^26 { my $p = -> {};
>
> 
> ===SORRY!===
> Expression needs parens to avoid gobbling block
> at /home/rob/projects/rakudo/test.pl:3
> ------> for ^26 { my $p = -> {}⏏;
> Missing block (apparently claimed by expression)
> at /home/rob/projects/rakudo/test.pl:3
> ------> for ^26 ⏏{ my $p = -> {};

The for loop's block is not being gobbled; this is just the result of $*BORG 
being set to a weird state during a parse.

Reply via email to