OSDN Git Service

2001-08-17 Alexandre Petit-Bianco <apbianco@redhat.com>
[pf3gnuchains/gcc-fork.git] / libjava / testsuite / libjava.compile / XercesBug.java
diff --git a/libjava/testsuite/libjava.compile/XercesBug.java b/libjava/testsuite/libjava.compile/XercesBug.java
new file mode 100644 (file)
index 0000000..9184d00
--- /dev/null
@@ -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;
+        }
+
+    }
+}