* libjava.compile/weirddecl.java: New file.
From-SVN: r37767
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class weirddecl
|
||||
{
|
||||
// Weird but legal decl.
|
||||
public String foo (String[] dumb[])
|
||||
{
|
||||
return dumb[0][0];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user