XercesBug.java: New file.
2001-08-17 Alexandre Petit-Bianco <apbianco@redhat.com> * libjava.compile/XercesBug.java: New file. (http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01066.html) From-SVN: r44987
This commit is contained in:
parent
bb74c96301
commit
9fba6f962f
2 changed files with 17 additions and 0 deletions
13
libjava/testsuite/libjava.compile/XercesBug.java
Normal file
13
libjava/testsuite/libjava.compile/XercesBug.java
Normal file
|
@ -0,0 +1,13 @@
|
|||
// This is java/4007
|
||||
public final class XercesBug
|
||||
{
|
||||
static final class OrderedHashtable
|
||||
{
|
||||
private Entry[] fEntries = null;
|
||||
public static final class Entry
|
||||
{
|
||||
int x;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue