blob: d9a96f505e583fc02fc1d3c6c1004be0ad3fa230 [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];
}
}