mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adds reserved keyword virtual, and adjusting affected tests/docs respectively.
This commit is contained in:
@@ -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
|
||||
================
|
||||
|
||||
Reference in New Issue
Block a user