This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Patch: New test case.
- To: "'java-patches at sources dot redhat dot com'" <java-patches at sources dot redhat dot com>
- Subject: Patch: New test case.
- From: Anthony Green <green at cygnus dot com>
- Date: Sun, 30 Jul 2000 14:48:10 -0700
- Organization: Red Hat
- Reply-To: "green at cygnus dot com" <green at cygnus dot com>
I'm checking in this test case for PR gcj/295.
2000-07-30 Anthony Green <green@redhat.com>
* libjava.compile/PR295.java: New file.
See PR gcj/295.
Index: PR295.java
===================================================================
RCS file: PR295.java
diff -N PR295.java
0a1,11
> public class PR295 {
> public class csemi {
> };
>
> public int foo;
>
> public interface isemi {
> };
>
> public int bar;
> }