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 a5ccd94 commit 36e12c3Copy full SHA for 36e12c3
standard/lexical-structure.md
@@ -969,7 +969,7 @@ operator_or_punctuator
969
| '+' | '-' | ASTERISK | SLASH | '%' | '&' | '|' | '^' | '!' | '~'
970
| '=' | '<' | '>' | '?' | '??' | '::' | '++' | '--' | '&&' | '||'
971
| '->' | '==' | '!=' | '<=' | '>=' | '+=' | '-=' | '*=' | '/=' | '%='
972
- | '&=' | '|=' | '^=' | '<<' | '<<=' | '=>'
+ | '&=' | '|=' | '^=' | '<<' | '<<=' | '=>' | '..'
973
;
974
975
right_shift
0 commit comments