mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
This commit is contained in:
parent
7dd91ecef7
commit
a3f86eed1b
12 changed files with 605 additions and 461 deletions
|
@ -1538,7 +1538,6 @@ fn (t Tree) if_branch(node ast.IfBranch) &Node {
|
|||
obj.add_terse('cond', t.expr(node.cond))
|
||||
obj.add('pos', t.pos(node.pos))
|
||||
obj.add('body_pos', t.pos(node.body_pos))
|
||||
obj.add_terse('pkg_exist', t.bool_node(node.pkg_exist))
|
||||
obj.add_terse('stmts', t.array_node_stmt(node.stmts))
|
||||
obj.add('scope', t.number_node(int(node.scope)))
|
||||
obj.add('comments', t.array_node_comment(node.comments))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue