// "Create field 'foo'" "true-preview" class Usage { void usage(Generic g, List[] p) { g.foo = p; } } class Generic { public List[] foo; }