// "Create method 'foo'" "true" interface Generic { } class Usage { List> usage(Generic g) { return g.foo(); } }