Adds reserved keyword virtual, and adjusting affected tests/docs respectively.

This commit is contained in:
Christian Parpart
2019-09-09 13:41:43 +02:00
parent a272506a34
commit 59955bed5d
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ These keywords are reserved in Solidity. They might become part of the syntax in
``define``, ``final``, ``immutable``, ``implements``, ``in``, ``inline``, ``let``, ``macro``, ``match``,
``mutable``, ``null``, ``of``, ``override``, ``partial``, ``promise``, ``reference``, ``relocatable``,
``sealed``, ``sizeof``, ``static``, ``supports``, ``switch``, ``try``, ``typedef``, ``typeof``,
``unchecked``.
``unchecked``, ``virtual``.
Language Grammar
================