class Vararg { void x(int... ns, boolean b) {} void y(int... ns[][]) {} void z(int[]... ns[]) {} }