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