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