v/vlib/v/checker/tests/incorrect_name_alias_type.out

3 lines
161 B
Plaintext
Raw Normal View History

vlib/v/checker/tests/incorrect_name_alias_type.vv:1:1: error: type alias `integer` must begin with capital letter
2020-05-16 16:12:23 +02:00
1 | type integer = int
| ~~~~~~~~~~~~