mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: vfmt parser.v which was modified in previous commit
This commit is contained in:
@@ -60,7 +60,7 @@ mut:
|
|||||||
vet_errors []string
|
vet_errors []string
|
||||||
cur_fn_name string
|
cur_fn_name string
|
||||||
in_generic_params bool // indicates if parsing between `<` and `>` of a method/function
|
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
|
// for tests
|
||||||
|
Reference in New Issue
Block a user