ast: make ReturnStmt field public
parent
c4f6125a31
commit
04184f1715
|
@ -404,6 +404,7 @@ pub:
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct ReturnStmt {
|
pub struct ReturnStmt {
|
||||||
|
pub:
|
||||||
tok_kind token.Kind // or pos
|
tok_kind token.Kind // or pos
|
||||||
results []Expr
|
results []Expr
|
||||||
pos token.Position
|
pos token.Position
|
||||||
|
|
Loading…
Reference in New Issue