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