mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ABI and AST tests.
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"absolutePath" : "a",
|
||||
"exportedSymbols" :
|
||||
{
|
||||
"S" :
|
||||
[
|
||||
3
|
||||
]
|
||||
},
|
||||
"id" : 4,
|
||||
"nodeType" : "SourceUnit",
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"canonicalName" : "S",
|
||||
"id" : 3,
|
||||
"members" :
|
||||
[
|
||||
{
|
||||
"constant" : false,
|
||||
"id" : 2,
|
||||
"name" : "a",
|
||||
"nodeType" : "VariableDeclaration",
|
||||
"overrides" : null,
|
||||
"scope" : 3,
|
||||
"src" : "11:9:1",
|
||||
"stateVariable" : false,
|
||||
"storageLocation" : "default",
|
||||
"typeDescriptions" :
|
||||
{
|
||||
"typeIdentifier" : "t_uint256",
|
||||
"typeString" : "uint256"
|
||||
},
|
||||
"typeName" :
|
||||
{
|
||||
"id" : 1,
|
||||
"name" : "uint256",
|
||||
"nodeType" : "ElementaryTypeName",
|
||||
"src" : "11:7:1",
|
||||
"typeDescriptions" :
|
||||
{
|
||||
"typeIdentifier" : "t_uint256",
|
||||
"typeString" : "uint256"
|
||||
}
|
||||
},
|
||||
"value" : null,
|
||||
"visibility" : "internal"
|
||||
}
|
||||
],
|
||||
"name" : "S",
|
||||
"nodeType" : "StructDefinition",
|
||||
"scope" : 4,
|
||||
"src" : "0:23:1",
|
||||
"visibility" : "public"
|
||||
}
|
||||
],
|
||||
"src" : "0:24:1"
|
||||
}
|
||||
Reference in New Issue
Block a user