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

5 lines
181 B
Plaintext
Raw Normal View History

vlib/v/checker/tests/incorrect_name_enum.vv:1:1: error: enum name `color` must begin with capital letter
2020-05-16 16:12:23 +02:00
1 | enum color {
| ~~~~~~~~~~
2 | green
3 | yellow