1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/array_pos_err.out
2020-11-28 17:05:14 +02:00

5 lines
154 B
Plaintext

vlib/v/parser/tests/array_pos_err.vv:2:2: error: expression evaluated but not used
1 | fn main() {
2 | '' in []
| ~~~~~~~~
3 | }