parser: vfmt parser.v which was modified in previous commit

pull/7216/head
joe-conigliaro 2020-12-06 02:39:56 +11:00
parent 83f651c29a
commit 7212b2eff2
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ mut:
vet_errors []string
cur_fn_name string
in_generic_params bool // indicates if parsing between `<` and `>` of a method/function
branch_parent_pos int // used in BranchStmt (continue/break) autofree stop position
branch_parent_pos int // used in BranchStmt (continue/break) autofree stop position
}
// for tests