blob: a64cc394e94f79f21aa648374257459b0e300a53 [file] [log] [blame]
package p;
public class Test {
protected class Inner {}
protected Inner[] strings = new Inner[10];
}