mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ast: make ReturnStmt field public
This commit is contained in:
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…
x
Reference in New Issue
Block a user