source:
trunk/gcc/libjava/testsuite/libjava.compile/weirddecl.java@
3609
| Last change on this file since 3609 was 2, checked in by , 23 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.
