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