mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-08 09:35:16 +00:00
9 lines
125 B
Java
9 lines
125 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
package a;
|
|
|
|
class Foo implements FooInterface {
|
|
public static interface InnerInterface {}
|
|
}
|
|
|