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: test for PR 238


I'm checking this in.

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

	* libjava.compile/PR238.java: New file.  For PR gcj/238.

Tom

Index: libjava.compile/PR238.java
===================================================================
RCS file: PR238.java
diff -N PR238.java
--- /dev/null	Tue May  5 13:32:27 1998
+++ PR238.java	Tue May 23 15:35:47 2000
@@ -0,0 +1,9 @@
+public class PR238
+{
+  void foo(A a)
+  {
+    a.toString();
+  }
+
+  class A {}
+}

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