mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update ASTJSON tests that fail to compile.
This commit is contained in:
parent
3af43fd350
commit
c47714f0ba
@ -131,8 +131,8 @@
|
||||
"storageLocation": "default",
|
||||
"typeDescriptions":
|
||||
{
|
||||
"typeIdentifier": "t_uint256",
|
||||
"typeString": "uint256"
|
||||
"typeIdentifier": null,
|
||||
"typeString": null
|
||||
},
|
||||
"typeName":
|
||||
{
|
||||
@ -142,8 +142,8 @@
|
||||
"src": "49:4:1",
|
||||
"typeDescriptions":
|
||||
{
|
||||
"typeIdentifier": "t_uint256",
|
||||
"typeString": "uint256"
|
||||
"typeIdentifier": null,
|
||||
"typeString": null
|
||||
}
|
||||
},
|
||||
"value": null,
|
||||
|
@ -83,7 +83,7 @@
|
||||
"scope": 7,
|
||||
"stateVariable": false,
|
||||
"storageLocation": "default",
|
||||
"type": "uint256",
|
||||
"type": null,
|
||||
"value": null,
|
||||
"visibility": "internal"
|
||||
},
|
||||
@ -93,7 +93,7 @@
|
||||
"attributes":
|
||||
{
|
||||
"name": "uint",
|
||||
"type": "uint256"
|
||||
"type": null
|
||||
},
|
||||
"id": 2,
|
||||
"name": "ElementaryTypeName",
|
||||
|
Loading…
Reference in New Issue
Block a user