v/vlib/v/scanner/tests/position_0_err.out

6 lines
135 B
Plaintext

vlib/v/scanner/tests/position_0_err.vv:1:1: warning: unused variable: `i`
1 | i := 'hello'
| ^
2 | x := 3
3 | y := 2