1 /* /nodynamiccopyright/ */
2 
3 package a;
4 
5 class Foo implements FooInterface {
6     public static interface InnerInterface {}
7 }
8 
9