blob: e4e7e60b78ed839e84391b0979ebb1972a68dbda [file] [log] [blame]
package test0049;
public class Test {
void foo() {
TestJar<? extends Object> l= new TestJar<Object>();
l.ba
}
}