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
+2
View File
@@ -17,6 +17,8 @@ This section lists purely syntactic changes that do not affect the behavior of e
* Conversions from external function types to ``address`` are now disallowed. Instead external
function types have a member called ``address``, similar to the existing ``selector`` member.
* New reserved keywords: ``virtual``.
Semantic Only Changes
=====================