mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Parse override keyword
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
{
|
||||
"constant" : false,
|
||||
"name" : "i",
|
||||
"overrides" : null,
|
||||
"scope" : 6,
|
||||
"stateVariable" : false,
|
||||
"storageLocation" : "default",
|
||||
@@ -107,6 +108,7 @@
|
||||
"isConstructor" : false,
|
||||
"kind" : "function",
|
||||
"name" : "F",
|
||||
"overrides" : null,
|
||||
"scope" : 14,
|
||||
"stateMutability" : "nonpayable",
|
||||
"superFunction" : null,
|
||||
|
||||
Reference in New Issue
Block a user