From e291c381193268282e0726fe50504f9bd258cbb0 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 3 Aug 2020 22:10:59 +0300 Subject: [PATCH] ast: add use case comment for MatchExpr.var_name --- vlib/v/ast/ast.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/ast/ast.v b/vlib/v/ast/ast.v index 654c929978..13881670a3 100644 --- a/vlib/v/ast/ast.v +++ b/vlib/v/ast/ast.v @@ -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