// "Suppress for statement" "true" public class Test { public void run() { //noinspection id @SuppressWarnings("unused") int i; } }