This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: PR 235 test case


I'm checking this in.

2000-05-22  Tom Tromey  <tromey@cygnus.com>

	* libjava.compile/PR235.java: New file.  For PR gcj/235.

Tom

Index: libjava.compile/PR235.java
===================================================================
RCS file: PR235.java
diff -N PR235.java
--- /dev/null	Tue May  5 13:32:27 1998
+++ PR235.java	Mon May 22 12:32:49 2000
@@ -0,0 +1,7 @@
+public class PR235
+{
+  public static Class[] ConstructArgs =
+  {
+    Integer.TYPE
+  };
+}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]