OSDN Git Service

2003-12-16 Michael Koch <konqueror@gmx.de>
[pf3gnuchains/gcc-fork.git] / libjava / testsuite / libjava.compile / static_3.java
1 package bar.foo;
2
3 class static_3 {
4     static class zoink { static class zork {}}
5 }