source: trunk/gcc/libjava/testsuite/libjava.lang/G19990301_01.java

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 233 bytes
Line 
1public class G19990301_01 {
2 public static void main(String args[]) {
3 foo pd = new foo();
4 System.out.println ("Pass 1");
5 pd.s = "test";
6 System.out.println ("Pass 2");
7 }
8}
9class foo {
10 static String s = "test";
11}
12
Note: See TracBrowser for help on using the repository browser.