mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Parse override keyword
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
"id" : 2,
|
||||
"name" : "i",
|
||||
"nodeType" : "VariableDeclaration",
|
||||
"overrides" : null,
|
||||
"scope" : 6,
|
||||
"src" : "24:6:1",
|
||||
"stateVariable" : false,
|
||||
@@ -145,6 +146,7 @@
|
||||
],
|
||||
"name" : "F",
|
||||
"nodeType" : "FunctionDefinition",
|
||||
"overrides" : null,
|
||||
"parameters" :
|
||||
{
|
||||
"id" : 7,
|
||||
|
||||
Reference in New Issue
Block a user