Patch: test for PR 238
Tom Tromey
tromey@cygnus.com
Tue May 23 15:38:00 GMT 2000
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 {}
+}
More information about the Java-patches
mailing list