diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-08 03:49:14 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-09-11 20:47:25 +0800 |
commit | a434896458656249113c7e269d8fde64b3df5d69 (patch) | |
tree | 098c7ae1c84841e425e7485ff8323564ffcd44ce /test/libsolidity/ASTJSON/constructor_legacy.json | |
parent | b6636e2570a14b33fbf53c3f59cca1a9dfb7f824 (diff) | |
download | dexon-solidity-a434896458656249113c7e269d8fde64b3df5d69.tar.gz dexon-solidity-a434896458656249113c7e269d8fde64b3df5d69.tar.zst dexon-solidity-a434896458656249113c7e269d8fde64b3df5d69.zip |
Restore ``isConstructor`` in the legacy AST.
Diffstat (limited to 'test/libsolidity/ASTJSON/constructor_legacy.json')
-rw-r--r-- | test/libsolidity/ASTJSON/constructor_legacy.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/ASTJSON/constructor_legacy.json b/test/libsolidity/ASTJSON/constructor_legacy.json index 73a58acf..0617073e 100644 --- a/test/libsolidity/ASTJSON/constructor_legacy.json +++ b/test/libsolidity/ASTJSON/constructor_legacy.json @@ -40,6 +40,7 @@ { "documentation" : null, "implemented" : true, + "isConstructor" : true, "kind" : "constructor", "modifiers" : [ |