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_bare_err.out

5 lines
167 B
Plaintext

vlib/v/parser/tests/prefix_dec_bare_err.vv:3:1: error: token `--` must be on the same line as the previous token
1 | mut v := 4
2 | _ = v
3 | --
| ~~