v/vlib/v/checker/tests/struct_embed_invalid_type.out

6 lines
154 B
Plaintext

vlib/v/checker/tests/struct_embed_invalid_type.vv:4:2: error: `Foo` is not a struct
2 |
3 | struct Bar {
4 | Foo
| ~~~
5 | }