blob: 3a1a64d20b69ee9978e5ef2a58898bc85075f85e [file] [log] [blame]
package com.puppycrawl.tools.checkstyle.filters.suppresswithplaintextcommentfilter;
public class InputSuppressWithPlainTextCommentFilterWithDefaultCfg {
// CHECKSTYLE:OFF
// has tab here
// CHECKSTYLE:ON
// has tab here
private int a; // CHECKSTYLE:OFF
// CHECKSTYLE:ON
}