mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix ast json test for function kind.
This commit is contained in:
parent
ede937999c
commit
2fcbe74db0
@ -463,7 +463,7 @@
|
||||
"documentation" : null,
|
||||
"id" : 36,
|
||||
"implemented" : true,
|
||||
"isConstructor" : false,
|
||||
"kind" : "function",
|
||||
"modifiers" : [],
|
||||
"name" : "f",
|
||||
"nodeType" : "FunctionDefinition",
|
||||
|
@ -93,6 +93,7 @@
|
||||
"documentation" : null,
|
||||
"implemented" : true,
|
||||
"isConstructor" : false,
|
||||
"kind" : "function",
|
||||
"modifiers" :
|
||||
[
|
||||
null
|
||||
|
Loading…
Reference in New Issue
Block a user