Skip to content

Commit eee416a

Browse files
committed
fudge "{$_}" for ...
1 parent cd74a7c commit eee416a

File tree

1 file changed

+2
-0
lines changed
  • S04-statement-modifiers

1 file changed

+2
-0
lines changed

S04-statement-modifiers/for.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ is ((sub r { "OH HAI" })() for 5), "OH HAI", 'Anon sub in statement modifier for
124124
is @y, ('\&', 'a\&', '\&b'), 'can assign to $_ in a statement_mod "for" loop (2)';
125125
}
126126

127+
# RT #100746
128+
#?rakudo todo "RT #100746"
127129
{
128130
$_ = 'bogus';
129131
my @r = gather { take "{$_}" for <cool but dry> }

0 commit comments

Comments
 (0)