mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: fix error pos on default value (#6338)
This commit is contained in:
@@ -1482,7 +1482,7 @@ fn state_str(s Match_state) string {
|
||||
|
||||
struct StateObj {
|
||||
pub mut:
|
||||
match_flag bool = false
|
||||
match_flag bool
|
||||
match_index int = -1
|
||||
match_first int = -1
|
||||
}
|
||||
|
Reference in New Issue
Block a user