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:
@@ -107,7 +107,7 @@
|
||||
{
|
||||
"documentation" : "Some comment on fn.",
|
||||
"implemented" : true,
|
||||
"isConstructor" : false,
|
||||
"kind" : "function",
|
||||
"modifiers" :
|
||||
[
|
||||
null
|
||||
|
||||
Reference in New Issue
Block a user