tools: update vast to latest V

pull/12938/head
Delyan Angelov 2021-12-22 18:13:29 +02:00
parent e256f1b2aa
commit 86719c5de9
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -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)))