Tests/Docs after disallowing super, this and _ as declaration names

This commit is contained in:
hrkrshnn
2020-11-25 11:14:13 +01:00
parent 1a6f0fe52f
commit a834476de6
25 changed files with 336 additions and 67 deletions
+3
View File
@@ -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.