source: trunk/gcc/libjava/testsuite/libjava.compile/XercesBug.java

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 220 bytes
Line 
1// This is java/4007
2public 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.