mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
3 lines
168 B
Plaintext
3 lines
168 B
Plaintext
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
|