mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
3 lines
259 B
Text
3 lines
259 B
Text
cmd/tools/vvet/tests/array_init_one_val.vv:2: error: Use `1 == 1` instead of `1 in [1]`
|
|
cmd/tools/vvet/tests/array_init_one_val.vv:6: error: Use `'foo' != bar` instead of `'foo' !in [bar]`
|
|
Note: You can run `v fmt -w file.v` to fix these errors automatically
|