mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace `isConstructor field in the JSON AST by a kind` field.
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
"documentation" : null,
|
||||
"id" : 7,
|
||||
"implemented" : true,
|
||||
"isConstructor" : false,
|
||||
"kind" : "function",
|
||||
"modifiers" : [],
|
||||
"name" : "f",
|
||||
"nodeType" : "FunctionDefinition",
|
||||
|
||||
Reference in New Issue
Block a user