blob: a8a1bb6896a321aa6e4d86e90b80bfd62cf81b10 [file] [log] [blame]
class Server {
public static interface Inner {
String s = "StaticFinal";
}
}