Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
enum_field_value_duplicate_d.out
8
lines
·
8
sloc
·
296 bytes
·
364cf7c47c6883c4f591c56cc56e7360a4cfed23
Raw
1
vlib/v/checker/tests/enum_field_value_duplicate_d.vv:6:6: error: enum value `1` already exists
2
4 | a = one
3
5 | b
4
6 | c = one
5
| ~~~
6
7 | }
7
8 |
8
Details: use `@[_allow_multiple_values]` attribute to allow multiple enum values. Use only when it is needed
9