diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-07 21:49:05 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-09-11 20:47:25 +0800 |
commit | 395ab9a872bd8fafc0da7ec166176715ce18eae9 (patch) | |
tree | ee8fea8f180df6599cf9ecb9ee581cbcafceed5d /test/libsolidity/ASTJSON/non_utf8.json | |
parent | 7d5c13981623f5f931444d227b163d9b0d995fd8 (diff) | |
download | dexon-solidity-395ab9a872bd8fafc0da7ec166176715ce18eae9.tar.gz dexon-solidity-395ab9a872bd8fafc0da7ec166176715ce18eae9.tar.zst dexon-solidity-395ab9a872bd8fafc0da7ec166176715ce18eae9.zip |
Replace ``isConstructor`` field in the JSON AST by a ``kind`` field.
Diffstat (limited to 'test/libsolidity/ASTJSON/non_utf8.json')
-rw-r--r-- | test/libsolidity/ASTJSON/non_utf8.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/ASTJSON/non_utf8.json b/test/libsolidity/ASTJSON/non_utf8.json index 307259e9..1852bd38 100644 --- a/test/libsolidity/ASTJSON/non_utf8.json +++ b/test/libsolidity/ASTJSON/non_utf8.json @@ -89,7 +89,7 @@ "documentation" : null, "id" : 7, "implemented" : true, - "isConstructor" : false, + "kind" : "function", "modifiers" : [], "name" : "f", "nodeType" : "FunctionDefinition", |