format ast.v
parent
db6323413d
commit
92cc787929
|
|
@ -888,9 +888,9 @@ pub mut:
|
|||
|
||||
pub struct IfBranch {
|
||||
pub:
|
||||
pos token.Pos
|
||||
body_pos token.Pos
|
||||
comments []Comment
|
||||
pos token.Pos
|
||||
body_pos token.Pos
|
||||
comments []Comment
|
||||
pub mut:
|
||||
cond Expr
|
||||
pkg_exist bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue