Skip to content

Commit

Permalink
Making BlockInClosure expression
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Dec 30, 2015
1 parent 22b724d commit f5e6be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ WClosure returns WExpression:
expression=WBlockInClosure
'}';

WBlockInClosure:
WBlockInClosure returns WExpression:
{WBlockExpression}
(expressions+=WExpressionOrVarDeclaration ';'?)*;

Expand Down

0 comments on commit f5e6be6

Please sign in to comment.