blob: 42d3045bf567fb06df6b956fe421cb3717207356 [file] [log] [blame]
// "Remove field 'i'" "true"
import java.io.*;
class a {
private int <caret>i;
private void run() {
int j;
int i;
}
}