v/vlib/v/checker/tests/incorrect_name_enum.out

5 lines
181 B
Plaintext

vlib/v/checker/tests/incorrect_name_enum.vv:1:1: error: enum name `color` must begin with capital letter
1 | enum color {
| ~~~~~~~~~~
2 | green
3 | yellow