mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: update vast to latest V
This commit is contained in:
parent
e256f1b2aa
commit
86719c5de9
@ -560,6 +560,7 @@ fn (t Tree) fn_decl(node ast.FnDecl) &Node {
|
||||
obj.add('file', t.string_node(node.file))
|
||||
obj.add('has_return', t.bool_node(node.has_return))
|
||||
obj.add('should_be_skipped', t.bool_node(node.should_be_skipped))
|
||||
obj.add('ninstances', t.number_node(node.ninstances))
|
||||
obj.add_terse('has_await', t.bool_node(node.has_await))
|
||||
obj.add_terse('return_type', t.type_node(node.return_type))
|
||||
obj.add('source_file', t.number_node(int(node.source_file)))
|
||||
|
Loading…
Reference in New Issue
Block a user