Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v4
/
vlib
/
v
/
checker
/
tests
/
multi_const_field_name_duplicate_err.out
6
lines
·
6
sloc
·
186 bytes
·
a741db43f388822bd078daa617d285ed6cf7766b
Raw
1
vlib/v/checker/tests/multi_const_field_name_duplicate_err.vv:2:7: error: duplicate const `aaa`
2
1 | const aaa = 1
3
2 | const aaa = 2
4
| ~~~
5
3 |
6
4 | fn main() {
7