blob: 9532b2b59ced11a744c839ca9e7ac7e47c5c104d [file] [log] [blame]
package p;
public class X<T> {
public class B {
}
public static void main(String[] args) {
p.X<?>.B[] b = new p.X<?>.B[1];
}
}