// "Suppress for class" "false" public class Test { { int i = 0; //noinspection SillyAssignment my very long comment i = i; } }