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/documentation.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/documentation.json')
-rw-r--r-- | test/libsolidity/ASTJSON/documentation.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/ASTJSON/documentation.json b/test/libsolidity/ASTJSON/documentation.json index 403d4e72..ce1e0b57 100644 --- a/test/libsolidity/ASTJSON/documentation.json +++ b/test/libsolidity/ASTJSON/documentation.json @@ -147,7 +147,7 @@ "documentation" : "Some comment on fn.", "id" : 14, "implemented" : true, - "isConstructor" : false, + "kind" : "function", "modifiers" : [], "name" : "fn", "nodeType" : "FunctionDefinition", |