repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2001-08-17 Alexandre Petit-Bianco <apbianco@redhat.com>
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.compile
/
XercesBug.java
blob
9184d00a2767b880022051ca6f2dff5bbf4d84bf
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
}