Skip to content

Commit

Permalink
Merge pull request #1268 from fmease/async-block-is-expr-without-block
Browse files Browse the repository at this point in the history
Classify AsyncBlockExpression as ExpressionWithoutBlock
  • Loading branch information
ehuss authored Sep 19, 2022
2 parents 6630924 + d32ca05 commit 9d0d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
>       | [_MethodCallExpression_]\
>       | [_FieldExpression_]\
>       | [_ClosureExpression_]\
>       | [_AsyncBlockExpression_]\
>       | [_ContinueExpression_]\
>       | [_BreakExpression_]\
>       | [_RangeExpression_]\
Expand All @@ -34,7 +35,6 @@
> &nbsp;&nbsp; [_OuterAttribute_]<sup>\*</sup>[](#expression-attributes)\
> &nbsp;&nbsp; (\
> &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; [_BlockExpression_]\
> &nbsp;&nbsp; &nbsp;&nbsp; | [_AsyncBlockExpression_]\
> &nbsp;&nbsp; &nbsp;&nbsp; | [_UnsafeBlockExpression_]\
> &nbsp;&nbsp; &nbsp;&nbsp; | [_LoopExpression_]\
> &nbsp;&nbsp; &nbsp;&nbsp; | [_IfExpression_]\
Expand Down

0 comments on commit 9d0d3c0

Please sign in to comment.