Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
const_blank_ident_as_name_err.out
3
lines
·
3
sloc
·
134 bytes
·
6ed176515daa1dfd8c48f4f29c0dd2563027d23d
Raw
1
vlib/v/checker/tests/const_blank_ident_as_name_err.vv:1:7: error: cannot use `_` as a const name
2
1 | const _ = 23
3
| ^
4