mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix missing seperator from commit 8b450dd8
This commit is contained in:
parent
8b450dd808
commit
3009064533
@ -37,7 +37,7 @@ ArrayTypeName = TypeName StorageLocation? '[' Expression? ']'
|
||||
StorageLocation = 'memory' | 'storage'
|
||||
|
||||
Block = '{' Statement* '}'
|
||||
Statement = IfStatement | WhileStatement | ForStatement | Block | PlaceholderStatement
|
||||
Statement = IfStatement | WhileStatement | ForStatement | Block | PlaceholderStatement |
|
||||
( Continue | Break | Return | Throw | VardefOrExprStmt | ExpressionStatement ) ';'
|
||||
|
||||
ExpressionStatement = Expression | VariableDefinition | Assignment | 'delete' Expression
|
||||
|
Loading…
Reference in New Issue
Block a user