source:
trunk/gcc/libjava/testsuite/libjava.compile/XercesBug.java
Last change on this file was 2, checked in by , 22 years ago | |
---|---|
|
|
File size: 220 bytes |
Line | |
---|---|
1 | // This is java/4007 |
2 | public final class XercesBug |
3 | { |
4 | static final class OrderedHashtable |
5 | { |
6 | private Entry[] fEntries = null; |
7 | public static final class Entry |
8 | { |
9 | int x; |
10 | } |
11 | |
12 | } |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.