ast: add use case comment for MatchExpr.var_name
parent
c547e8b191
commit
e291c38119
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue