summaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/weirddecl.java
blob: f6d9b3fb4275bbab4f4dd6b380813665f908a5ee (plain)
1
2
3
4
5
6
7
8
public class weirddecl
{
  // Weird but legal decl.
  public String foo (String[] dumb[])
  {
    return dumb[0][0];
  }
}