blob: a7672f7640628ea14322e4c89617d256a13daa8f [file] [log] [blame]
// "Remove variable 'o1'" "true"
import java.io.*;
class a {
int k;
private int run() {
Object o0, oo, <caret>o1;
return 0;
}
}