2526272829303132
import p.C; class X { int m() { C c = new C(); return c.array.length; // array is public, but the type of the array is not }