blob: 891031c0854cf538cb379c1b5f7cbf49cae0485b [file] [log] [blame]
package test534;
import java.util.List;
class A {
List< ? extends Number> foo() {
return null;
}
}