blob: 378086615efa8815a593e3632a886eb5506bdf6d [file] [log] [blame]
final class Foo {
static boolean flag;
static {
flag = true;
flag = false;
}
}