// "Remove variable 'i'" "true" import java.io.*; class a { private void run() { int j; int <caret>i; } }