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