v/cmd/tools/vvet/tests/array_init_one_val.out
2021-03-24 23:53:44 +02:00

2 lines
168 B
Text

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