ast: make ReturnStmt field public

pull/4057/head
lydiandy 2020-03-18 22:39:26 +08:00 committed by GitHub
parent c4f6125a31
commit 04184f1715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@ pub:
}
pub struct ReturnStmt {
pub:
tok_kind token.Kind // or pos
results []Expr
pos token.Position