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