blob: 3b87d1833938d94814cf79d9216f1034f53288e5 [file] [log] [blame]
class Super {
public static final String S = "";
static void foo(){
System.out.println(S);
}
}