diff --git a/vlib/v/ast/ast.v b/vlib/v/ast/ast.v index 8f537c3b2e..660312ba2d 100644 --- a/vlib/v/ast/ast.v +++ b/vlib/v/ast/ast.v @@ -404,6 +404,7 @@ pub: } pub struct ReturnStmt { +pub: tok_kind token.Kind // or pos results []Expr pos token.Position