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