v/vlib/v/parser/tests/postfix_inc.out

6 lines
161 B
Plaintext

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