v/vlib/v/checker/tests/struct_field_name_duplicate...

5 lines
32 B
V

struct Aaa {
a int
a string
}