1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/prefix_dec_err.out

6 lines
158 B
Plaintext

vlib/v/parser/tests/prefix_dec_err.vv:3:1: error: prefix `--v` is unsupported, use suffix form `v--`
1 | mut v := 4
2 | _ = v
3 | --v
| ~~~