aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/source_location.json
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-08-07 21:49:05 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-09-11 20:47:25 +0800
commit395ab9a872bd8fafc0da7ec166176715ce18eae9 (patch)
treeee8fea8f180df6599cf9ecb9ee581cbcafceed5d /test/libsolidity/ASTJSON/source_location.json
parent7d5c13981623f5f931444d227b163d9b0d995fd8 (diff)
downloaddexon-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/source_location.json')
-rw-r--r--test/libsolidity/ASTJSON/source_location.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/ASTJSON/source_location.json b/test/libsolidity/ASTJSON/source_location.json
index 8d8acb0f..f0ed216d 100644
--- a/test/libsolidity/ASTJSON/source_location.json
+++ b/test/libsolidity/ASTJSON/source_location.json
@@ -127,7 +127,7 @@
"documentation" : null,
"id" : 10,
"implemented" : true,
- "isConstructor" : false,
+ "kind" : "function",
"modifiers" : [],
"name" : "f",
"nodeType" : "FunctionDefinition",