blob: 55c076b688b9d3b0babe27e5674994f2dcc3bf6e [file] [log] [blame]
package test535;
import java.util.List;
class A {
List<?> foo() {
return null;
}
}