v/cmd/tools/vvet/tests/array_init_one_val.out

3 lines
168 B
Plaintext
Raw Normal View History

cmd/tools/vvet/tests/array_init_one_val.vv:2: error: Use `var == value` instead of `var in [value]`
2021-03-24 22:53:44 +01:00
NB: You can run `v fmt -w file.v` to fix these errors automatically