v/vlib/v/checker/tests/interface_field_name_err.vv

9 lines
69 B
V

interface Animal {
Age int
Foo &int
Bar []string
}
fn main() {
}