Skip to content

Commit ac6e336

Browse files
committed
warning suppression
1 parent 4c71135 commit ac6e336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

STD_P5.pm6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,8 +2334,8 @@ token p5infix:sym« => »
23342334

23352335
token p5term:blocklist
23362336
{
2337-
:my $name;
2338-
:my $pos;
2337+
# :my $name;
2338+
# :my $pos;
23392339
$<identifier> = ['map'|'grep'|'sort'] <.ws> [<?before '{'> <block> <.ws>]? <arglist>
23402340
# { self.add_mystery($name,$pos,substr($*ORIG,$pos,1)) unless $<args><invocant>; }
23412341
<O(|%term)>

0 commit comments

Comments
 (0)