blob: 1a24dbcbdac745ec402429f2d70a04b535d8bc04 [file] [log] [blame]
class Test {
private static final int f = 0;
void foo () {
int k = f;
}
int bar () {
return f;
}
}