parsing: default and null are reserved keywords

This commit is contained in:
Yoichi Hirai
2016-12-02 11:52:11 +01:00
parent 50bcc60e6e
commit 43b56a61aa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ Reserved Keywords
These keywords are reserved in Solidity. They might become part of the syntax in the future:
``abstract``, ``after``, ``case``, ``catch``, ``final``, ``in``, ``inline``, ``interface``, ``let``, ``match``,
``abstract``, ``after``, ``case``, ``catch``, ``default``, ``final``, ``in``, ``inline``, ``interface``, ``let``, ``match``, ``null``,
``of``, ``pure``, ``relocatable``, ``static``, ``switch``, ``try``, ``type``, ``typeof``, ``view``.
Language Grammar