mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add all path locations to the IdentifierPath ASTNode
This commit is contained in:
@@ -65,6 +65,10 @@
|
||||
{
|
||||
"id": 4,
|
||||
"name": "S",
|
||||
"nameLocations":
|
||||
[
|
||||
"50:1:1"
|
||||
],
|
||||
"nodeType": "IdentifierPath",
|
||||
"src": "50:1:1"
|
||||
},
|
||||
@@ -114,6 +118,10 @@
|
||||
{
|
||||
"id": 13,
|
||||
"name": "error",
|
||||
"nameLocations":
|
||||
[
|
||||
"95:5:1"
|
||||
],
|
||||
"nodeType": "IdentifierPath",
|
||||
"src": "95:5:1"
|
||||
},
|
||||
@@ -251,6 +259,10 @@
|
||||
{
|
||||
"id": 8,
|
||||
"name": "E",
|
||||
"nameLocations":
|
||||
[
|
||||
"72:1:1"
|
||||
],
|
||||
"nodeType": "IdentifierPath",
|
||||
"src": "72:1:1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user