File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3183,8 +3183,8 @@ grammar P6 is STD {
3183
3183
| <infix = infix_circumfix_meta_operator > { $ < O > = $ < infix >< O > ; $ < sym > = $ < infix >< sym > ; }
3184
3184
| <infix = infix_prefix_meta_operator > { $ < O > = $ < infix >< O > ; $ < sym > = $ < infix >< sym > ; }
3185
3185
| <infix > { $ < O > = $ < infix >< O > ; $ < sym > = $ < infix >< sym > ; }
3186
- | { } <?dotty > <.panic : "Method call found where infix expected (omit whitespace?)" >
3187
- | { } <?postfix > <.panic : "Postfix found where infix expected (omit whitespace?)" >
3186
+ | { } <?dotty > <.panic : "Method call found where infix expected (change whitespace?)" >
3187
+ | { } <?postfix > <.panic : "Postfix found where infix expected (change whitespace?)" >
3188
3188
]
3189
3189
[ <? before '=' > <?{ $ infix = $ < infix > ; }> <infix_postfix_meta_operator ($ infix )>
3190
3190
{ $ < O > = $ < infix_postfix_meta_operator > [0 ]<O >; $ < sym > = $ < infix_postfix_meta_operator > [0 ]<sym >; }
You can’t perform that action at this time.
0 commit comments