v/vlib/v/checker/tests/incorrect_name_enum_field.vv

6 lines
42 B
V
Raw Normal View History

2020-05-16 16:12:23 +02:00
enum Color {
Green
red
blue
}