blob: 7a96d1021a696fd5ba9a3470296e3c22b59132f9 [file] [log] [blame]
// "Remove variable 'oo'" "true"
import java.io.*;
class a {
int k;
private int run() {
Object o1 = /**fffff*/ this /*ddddd*/<caret>, i = null;
return 0;
}
}