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