mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Sync & update AST exporting according to AST changes
This commit is contained in:
committed by
Mathias Baumann
parent
e061f1e743
commit
e999409c89
@@ -311,7 +311,18 @@
|
||||
"typeIdentifier": "t_type$_t_address_$",
|
||||
"typeString": "type(address)"
|
||||
},
|
||||
"typeName": "address"
|
||||
"typeName":
|
||||
{
|
||||
"id": 23,
|
||||
"name": "address",
|
||||
"nodeType": "ElementaryTypeName",
|
||||
"src": "209:7:1",
|
||||
"typeDescriptions":
|
||||
{
|
||||
"typeIdentifier": null,
|
||||
"typeString": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": 26,
|
||||
"isConstant": false,
|
||||
@@ -435,7 +446,18 @@
|
||||
"typeIdentifier": "t_type$_t_address_$",
|
||||
"typeString": "type(address)"
|
||||
},
|
||||
"typeName": "address"
|
||||
"typeName":
|
||||
{
|
||||
"id": 31,
|
||||
"name": "address",
|
||||
"nodeType": "ElementaryTypeName",
|
||||
"src": "239:7:1",
|
||||
"typeDescriptions":
|
||||
{
|
||||
"typeIdentifier": null,
|
||||
"typeString": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": 34,
|
||||
"isConstant": false,
|
||||
@@ -557,6 +579,7 @@
|
||||
"scope": 39,
|
||||
"src": "67:189:1",
|
||||
"stateMutability": "nonpayable",
|
||||
"virtual": false,
|
||||
"visibility": "public"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user