v/vlib/v/checker/tests/incorrect_name_const.vv

4 lines
25 B
V
Raw Normal View History

2020-05-16 16:12:23 +02:00
const (
_my_const = 0
)