We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d8861 commit e17ff6aCopy full SHA for e17ff6a
STD.pm6
@@ -3249,7 +3249,7 @@ grammar P6 is STD {
3249
| <infix=infix_prefix_meta_operator> { $<O> = $<infix><O>; $<sym> = $<infix><sym>; }
3250
| <infix> :: { $<O> = $<infix><O>; $<sym> = $<infix><sym>; }
3251
[
3252
- <?{ !$in_meta }> <!before \s> <?before <prefix>\s> {
+ <!before \s> <?before <prefix>\s> {
3253
my $i = $<infix>.Str;
3254
my $p = $<prefix>[0].Str;
3255
$¢.worry("$i$p is not an infix operator (to suppress warning put space between infix $i and prefix $p)");
0 commit comments