source:
trunk/gcc/libjava/testsuite/libjava.compile/weirddecl.java
Last change on this file was 2, checked in by , 22 years ago | |
---|---|
|
|
File size: 123 bytes |
Line | |
---|---|
1 | public class weirddecl |
2 | { |
3 | // Weird but legal decl. |
4 | public String foo (String[] dumb[]) |
5 | { |
6 | return dumb[0][0]; |
7 | } |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.