mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
2 lines
168 B
Text
2 lines
168 B
Text
cmd/tools/vvet/tests/array_init_one_val.vv:2: error: Use `var == value` instead of `var in [value]`
|
|
NB: You can run `v fmt -w file.v` to fix these errors automatically
|