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