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",
|
"storageLocation": "default",
|
||||||
"typeDescriptions":
|
"typeDescriptions":
|
||||||
{
|
{
|
||||||
"typeIdentifier": "t_uint256",
|
"typeIdentifier": null,
|
||||||
"typeString": "uint256"
|
"typeString": null
|
||||||
},
|
},
|
||||||
"typeName":
|
"typeName":
|
||||||
{
|
{
|
||||||
@ -142,8 +142,8 @@
|
|||||||
"src": "49:4:1",
|
"src": "49:4:1",
|
||||||
"typeDescriptions":
|
"typeDescriptions":
|
||||||
{
|
{
|
||||||
"typeIdentifier": "t_uint256",
|
"typeIdentifier": null,
|
||||||
"typeString": "uint256"
|
"typeString": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"value": null,
|
"value": null,
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
"scope": 7,
|
"scope": 7,
|
||||||
"stateVariable": false,
|
"stateVariable": false,
|
||||||
"storageLocation": "default",
|
"storageLocation": "default",
|
||||||
"type": "uint256",
|
"type": null,
|
||||||
"value": null,
|
"value": null,
|
||||||
"visibility": "internal"
|
"visibility": "internal"
|
||||||
},
|
},
|
||||||
@ -93,7 +93,7 @@
|
|||||||
"attributes":
|
"attributes":
|
||||||
{
|
{
|
||||||
"name": "uint",
|
"name": "uint",
|
||||||
"type": "uint256"
|
"type": null
|
||||||
},
|
},
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "ElementaryTypeName",
|
"name": "ElementaryTypeName",
|
||||||
|
Loading…
Reference in New Issue
Block a user