v2 / vlib / v / checker / tests / nested_aliases.vv
2 lines · 2 sloc · 38 bytes · a02593204f56fd4bb8e43ba861c6a079b28b69da
Raw
1type MyInt = int
2type MyMyInt = MyInt
3