blob: ba4b0f8c486b9a64cd89ab66389064e653d1377d [file] [log] [blame]
class A{
static int field;
static {
doSomething();
field = 1;
}
}