mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update AST Json expectations.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"contractKind": "contract",
|
||||
"id": 28,
|
||||
"name": "C",
|
||||
"nameLocation": "9:1:1",
|
||||
"nodeType": "ContractDefinition",
|
||||
"nodes":
|
||||
[
|
||||
@@ -19,6 +20,7 @@
|
||||
"id": 3,
|
||||
"mutability": "mutable",
|
||||
"name": "a",
|
||||
"nameLocation": "35:1:1",
|
||||
"nodeType": "VariableDeclaration",
|
||||
"src": "30:6:1",
|
||||
"stateVariable": false,
|
||||
@@ -128,6 +130,7 @@
|
||||
"id": 9,
|
||||
"mutability": "mutable",
|
||||
"name": "i",
|
||||
"nameLocation": "122:1:1",
|
||||
"nodeType": "VariableDeclaration",
|
||||
"src": "117:6:1",
|
||||
"stateVariable": false,
|
||||
@@ -207,6 +210,7 @@
|
||||
"kind": "function",
|
||||
"modifiers": [],
|
||||
"name": "f",
|
||||
"nameLocation": "51:1:1",
|
||||
"nodeType": "FunctionDefinition",
|
||||
"parameters":
|
||||
{
|
||||
@@ -226,6 +230,7 @@
|
||||
"id": 6,
|
||||
"mutability": "mutable",
|
||||
"name": "x",
|
||||
"nameLocation": "81:1:1",
|
||||
"nodeType": "VariableDeclaration",
|
||||
"src": "76:6:1",
|
||||
"stateVariable": false,
|
||||
|
||||
Reference in New Issue
Block a user