1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/shared_blank_ident_err.out
2023-05-08 01:26:36 +02:00

4 lines
121 B
Plaintext

vlib/v/parser/tests/shared_blank_ident_err.vv:1:1: error: cannot use `shared` on `_`
1 | shared _ = 3
| ~~~~~~