mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Export used errors in the AST.
This commit is contained in:
@@ -43,7 +43,8 @@ JSON AST (compact format):
|
||||
"nodeType": "ContractDefinition",
|
||||
"nodes": [],
|
||||
"scope": 6,
|
||||
"src": "60:13:0"
|
||||
"src": "60:13:0",
|
||||
"usedErrors": []
|
||||
}
|
||||
],
|
||||
"src": "36:38:0"
|
||||
|
||||
Reference in New Issue
Block a user