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