mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Tests/Docs after disallowing super, this and _ as declaration names
This commit is contained in:
@@ -58,3 +58,6 @@ New Restrictions
|
||||
* ``enum`` definitions cannot contain more than 256 members.
|
||||
|
||||
This will make it safe to assume that the underlying type in the ABI is always ``uint8``.
|
||||
|
||||
* Declarations with the name ``this``, ``super`` and ``_`` are disallowed, with the exception of
|
||||
public functions and events.
|
||||
|
||||
Reference in New Issue
Block a user