File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,8 @@ TypeSplice ::= spliceId
287
287
ExprsInParens ::= ExprInParens {‘,’ ExprInParens}
288
288
ExprInParens ::= PostfixExpr ‘:’ Type -- normal Expr allows only RefinedType here
289
289
| Expr
290
- ParArgumentExprs ::= ‘(’ [‘using’] ExprsInParens ‘)’ exprs
290
+ ParArgumentExprs ::= ‘(’ [ExprsInParens] ‘)’ exprs
291
+ | ‘(’ ‘using’ ExprsInParens ‘)’
291
292
| ‘(’ [ExprsInParens ‘,’] PostfixExpr ‘*’ ‘)’ exprs :+ Typed(expr, Ident(wildcardStar))
292
293
ArgumentExprs ::= ParArgumentExprs
293
294
| BlockExpr
Original file line number Diff line number Diff line change @@ -275,7 +275,8 @@ ExprSplice ::= spliceId
275
275
ExprsInParens ::= ExprInParens {‘,’ ExprInParens}
276
276
ExprInParens ::= PostfixExpr ‘:’ Type
277
277
| Expr
278
- ParArgumentExprs ::= ‘(’ [‘using’] ExprsInParens ‘)’
278
+ ParArgumentExprs ::= ‘(’ [ExprsInParens] ‘)’
279
+ | ‘(’ ‘using’ ExprsInParens ‘)’
279
280
| ‘(’ [ExprsInParens ‘,’] PostfixExpr ‘*’ ‘)’
280
281
ArgumentExprs ::= ParArgumentExprs
281
282
| BlockExpr
You can’t perform that action at this time.
0 commit comments