diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-26 19:02:37 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-27 06:05:09 +0800 |
commit | 15689506c5201275c9bc079fcb5454c4f1cfbc6c (patch) | |
tree | 04dc2ebd3eb6cdcf3c98fb8d73672703c1b1c27e /docs/miscellaneous.rst | |
parent | 106763d08ecd222240f1eac0515cd690680ac24c (diff) | |
download | dexon-solidity-15689506c5201275c9bc079fcb5454c4f1cfbc6c.tar.gz dexon-solidity-15689506c5201275c9bc079fcb5454c4f1cfbc6c.tar.zst dexon-solidity-15689506c5201275c9bc079fcb5454c4f1cfbc6c.zip |
Remove interface keyword from reserved list
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r-- | docs/miscellaneous.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 1fcdb2fc..f30d8aaa 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -515,7 +515,7 @@ Reserved Keywords These keywords are reserved in Solidity. They might become part of the syntax in the future: -``abstract``, ``after``, ``case``, ``catch``, ``default``, ``final``, ``in``, ``inline``, ``interface``, ``let``, ``match``, ``null``, +``abstract``, ``after``, ``case``, ``catch``, ``default``, ``final``, ``in``, ``inline``, ``let``, ``match``, ``null``, ``of``, ``pure``, ``relocatable``, ``static``, ``switch``, ``try``, ``type``, ``typeof``, ``view``. Language Grammar |