v2 / cmd / tools / vvet / tests / array_init_one_val.out
3 lines · 3 sloc · 295 bytes · 1345eac57089db6e9608ed6b144ca077ffda847b
Raw
1cmd/tools/vvet/tests/array_init_one_val.vv:2: error: Use `1 == 1` instead of `1 in [1]`
2cmd/tools/vvet/tests/array_init_one_val.vv:6: error: Use `'foo' != bar` instead of `'foo' !in [bar]`
3Note: You can run `v fmt -w cmd/tools/vvet/tests/array_init_one_val.vv` to fix these errors automatically
4