import java.util.Collection; interface C extends Collection {} class Test { C id; static T get(Collection id) { return null; } String getObj() { return get( id); } }