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