Skip to content

Commit 9d0d3c0

Browse files
authored
Merge pull request #1268 from fmease/async-block-is-expr-without-block
Classify AsyncBlockExpression as ExpressionWithoutBlock
2 parents 6630924 + d32ca05 commit 9d0d3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
>       | [_MethodCallExpression_]\
2323
>       | [_FieldExpression_]\
2424
>       | [_ClosureExpression_]\
25+
>       | [_AsyncBlockExpression_]\
2526
>       | [_ContinueExpression_]\
2627
>       | [_BreakExpression_]\
2728
>       | [_RangeExpression_]\
@@ -34,7 +35,6 @@
3435
> &nbsp;&nbsp; [_OuterAttribute_]<sup>\*</sup>[](#expression-attributes)\
3536
> &nbsp;&nbsp; (\
3637
> &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; [_BlockExpression_]\
37-
> &nbsp;&nbsp; &nbsp;&nbsp; | [_AsyncBlockExpression_]\
3838
> &nbsp;&nbsp; &nbsp;&nbsp; | [_UnsafeBlockExpression_]\
3939
> &nbsp;&nbsp; &nbsp;&nbsp; | [_LoopExpression_]\
4040
> &nbsp;&nbsp; &nbsp;&nbsp; | [_IfExpression_]\

0 commit comments

Comments
 (0)