blob: f6d9b3fb4275bbab4f4dd6b380813665f908a5ee [file]
public class weirddecl
{
// Weird but legal decl.
public String foo (String[] dumb[])
{
return dumb[0][0];
}
}