package test535; import java.util.List; class A { List<?> foo() { return null; } }