v2 / vlib / v / fmt / tests / interface_anon_struct_decl_keep.vv
5 lines · 5 sloc · 47 bytes · 9a03e18b8165b783e80336a0e81978a927820c55
Raw
1interface Foo {
2 field struct {
3 bar int
4 }
5}
6