v/vlib/v/checker/tests/struct_embed_invalid_type.vv

6 lines
36 B
V
Raw Normal View History

2020-10-30 07:09:26 +01:00
type Foo = int
struct Bar {
Foo
}