diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/grammar.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/grammar.txt b/docs/grammar.txt index 43ef07a9..594998f0 100644 --- a/docs/grammar.txt +++ b/docs/grammar.txt @@ -50,6 +50,7 @@ TypeName = ElementaryTypeName | Mapping | ArrayTypeName | FunctionTypeName + | ( 'address' 'payable' ) UserDefinedTypeName = Identifier ( '.' Identifier )* |