Fix ast json test for function kind.

This commit is contained in:
chriseth 2018-10-08 23:07:10 +02:00
parent ede937999c
commit 2fcbe74db0
2 changed files with 2 additions and 1 deletions

View File

@ -463,7 +463,7 @@
"documentation" : null,
"id" : 36,
"implemented" : true,
"isConstructor" : false,
"kind" : "function",
"modifiers" : [],
"name" : "f",
"nodeType" : "FunctionDefinition",

View File

@ -93,6 +93,7 @@
"documentation" : null,
"implemented" : true,
"isConstructor" : false,
"kind" : "function",
"modifiers" :
[
null