v/vlib/v/tests/interface_fields_typearray_...

8 lines
82 B
V

struct Test {}
interface Testing {
tests []Test
}
fn test_field_typearray() {}