This is the mail archive of the java-patches@sources.redhat.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: New test case.


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;
> }

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