v2 / vlib / v / parser / tests / struct_embed_wrong_pos_long_err.vv
6 lines · 6 sloc · 57 bytes · 8a0fc2e3c21ba3779380d74dbbafde05a675ef02
Raw
1import cli
2struct Foo2 {
3mut:
4 cli.Command
5}
6fn main() {}