blob: a1009adeeb4ddfa6f7883410a60bc25c3d3eedf5 [file] [log] [blame]
public class B {
public static final String ONE;
static {
ONE = "foo";
}
}