package test; import java.util.Collection; public class MethodWithWildcard { public Collection method(Collection c) { return null; } }