// "Suppress for statement" "true" class a { public void run() { //noinspection unused int <caret>i = 0; } }