1 2 3 4 5 6 7 8
public class weirddecl { // Weird but legal decl. public String foo (String[] dumb[]) { return dumb[0][0]; } }