blob: fca728fbeb13d5548132572541120f093837160d [file] [log] [blame]
class Test {
@Deprecated
private int f;
void foo () {
f = 0;
int k = f;
}
}