blob: c5933dc18c0a3369c21b81330c6f612a11fa0498 [file] [log] [blame]
public class B {
public static String ONE = "";
void foo() {
ONE = "foo";
}
}