Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
incorrect_name_enum.out
5
lines
·
5
sloc
·
181 bytes
·
86dfd3902fa851455e98b176a0abf5ff9dc6ab28
Raw
1
vlib/v/checker/tests/incorrect_name_enum.vv:1:1: error: enum name `color` must begin with capital letter
2
1 | enum color {
3
| ~~~~~~~~~~
4
2 | green
5
3 | yellow