File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ Expr1 ::= [‘inline’] ‘if’ ‘(’ Expr ‘)’ {nl} Expr [[
261261 | ForExpr
262262 | [SimpleExpr ‘.’] id ‘=’ Expr Assign(expr, expr)
263263 | PrefixOperator SimpleExpr ‘=’ Expr Assign(expr, expr)
264- | InfixExpr id [nl] `=' Expr Assign(expr, expr) -- only if language.postfixOperators is enabled
264+ | InfixExpr id [nl] `=' Expr Assign(expr, expr) -- only if language.postfixOps is enabled
265265 | SimpleExpr ArgumentExprs ‘=’ Expr Assign(expr, expr)
266266 | PostfixExpr [Ascription]
267267 | ‘inline’ InfixExpr MatchClause
Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ Expr1 ::= [‘inline’] ‘if’ ‘(’ Expr ‘)’ {nl} Expr [[
246246 | ForExpr
247247 | [SimpleExpr ‘.’] id ‘=’ Expr
248248 | PrefixOperator SimpleExpr ‘=’ Expr
249+ | InfixExpr id [nl] `=' Expr -- only if language.postfixOps is enabled
249250 | SimpleExpr ArgumentExprs ‘=’ Expr
250251 | PostfixExpr [Ascription]
251252 | ‘inline’ InfixExpr MatchClause
You can’t perform that action at this time.
0 commit comments