File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,8 @@ TypeSplice ::= spliceId
287287ExprsInParens ::= ExprInParens {‘,’ ExprInParens}
288288ExprInParens ::= PostfixExpr ‘:’ Type -- normal Expr allows only RefinedType here
289289 | Expr
290- ParArgumentExprs ::= ‘(’ [‘using’] ExprsInParens ‘)’ exprs
290+ ParArgumentExprs ::= ‘(’ [ExprsInParens] ‘)’ exprs
291+ | ‘(’ ‘using’ ExprsInParens ‘)’
291292 | ‘(’ [ExprsInParens ‘,’] PostfixExpr ‘*’ ‘)’ exprs :+ Typed(expr, Ident(wildcardStar))
292293ArgumentExprs ::= ParArgumentExprs
293294 | BlockExpr
Original file line number Diff line number Diff line change @@ -275,7 +275,8 @@ ExprSplice ::= spliceId
275275ExprsInParens ::= ExprInParens {‘,’ ExprInParens}
276276ExprInParens ::= PostfixExpr ‘:’ Type
277277 | Expr
278- ParArgumentExprs ::= ‘(’ [‘using’] ExprsInParens ‘)’
278+ ParArgumentExprs ::= ‘(’ [ExprsInParens] ‘)’
279+ | ‘(’ ‘using’ ExprsInParens ‘)’
279280 | ‘(’ [ExprsInParens ‘,’] PostfixExpr ‘*’ ‘)’
280281ArgumentExprs ::= ParArgumentExprs
281282 | BlockExpr
You can’t perform that action at this time.
0 commit comments