v/vlib/v/checker/tests/const_field_name_snake_case.vv

5 lines
46 B
V
Raw Normal View History

2020-05-22 17:36:09 +02:00
const (
Red = 1
)
fn main() { println(Red) }