diff options
author | chriseth <chris@ethereum.org> | 2019-01-10 23:28:39 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2019-01-18 03:36:48 +0800 |
commit | 2fcfb216b5dcb5cec2d70d2ee7647df47c8166ca (patch) | |
tree | 7e2db049befab49b3b0a22a9e325ca4f10614337 /test | |
parent | 44237211d1032c739636ab60a558521d60023b88 (diff) | |
download | dexon-solidity-2fcfb216b5dcb5cec2d70d2ee7647df47c8166ca.tar.gz dexon-solidity-2fcfb216b5dcb5cec2d70d2ee7647df47c8166ca.tar.zst dexon-solidity-2fcfb216b5dcb5cec2d70d2ee7647df47c8166ca.zip |
Syntax for meta type information.
Diffstat (limited to 'test')
-rw-r--r-- | test/libsolidity/ASTJSON/address_payable.json | 2 | ||||
-rw-r--r-- | test/libsolidity/ASTJSON/address_payable_legacy.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/libsolidity/ASTJSON/address_payable.json b/test/libsolidity/ASTJSON/address_payable.json index 0f30e8e8..c8b71628 100644 --- a/test/libsolidity/ASTJSON/address_payable.json +++ b/test/libsolidity/ASTJSON/address_payable.json @@ -277,7 +277,7 @@ "name" : "this", "nodeType" : "Identifier", "overloadedDeclarations" : [], - "referencedDeclaration" : 65, + "referencedDeclaration" : 66, "src" : "217:4:1", "typeDescriptions" : { diff --git a/test/libsolidity/ASTJSON/address_payable_legacy.json b/test/libsolidity/ASTJSON/address_payable_legacy.json index dd8a5582..8abebce0 100644 --- a/test/libsolidity/ASTJSON/address_payable_legacy.json +++ b/test/libsolidity/ASTJSON/address_payable_legacy.json @@ -424,7 +424,7 @@ [ null ], - "referencedDeclaration" : 65, + "referencedDeclaration" : 66, "type" : "contract C", "value" : "this" }, |