v/vlib/v/checker/tests/nested_aliases.vv

3 lines
38 B
V
Raw Normal View History

type MyInt = int
type MyMyInt = MyInt