1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ast: add use case comment for MatchExpr.var_name

This commit is contained in:
Delyan Angelov 2020-08-03 22:10:59 +03:00
parent c547e8b191
commit e291c38119

View File

@ -498,7 +498,7 @@ pub:
branches []MatchBranch
pos token.Position
is_mut bool // `match mut ast_node {`
var_name string
var_name string // `match cond as var_name {`
pub mut:
is_expr bool // returns a value
return_type table.Type