1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/builtin_enum_type_name_err.out

6 lines
192 B
Plaintext
Raw Normal View History

vlib/v/parser/tests/builtin_enum_type_name_err.vv:1:6: error: cannot register enum `rune`, another type with this name exists
1 | enum rune {
| ~~~~
2 | a
3 | b