2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.compile / static_1.java
blobff01a1ef98d9c39a0ae6bf6517a595b7f691d70e
1 package bar.foo;
3 class static_1 {
4 class bar {
5 // No Static members: methods, fields, inner classes.
6 static int foo;
7 static int xyzzy (){return 0;}
8 static {}
9 static class foo {}
10 // No Member interface FIXME