Text blocks introduces a lint warning for inconsistent indentation white space. Currently no way to suppress.
Same is true for preview features.
Comments
Since @SuppressWarnings does not get interpreted until attribution, the only way to suppress parser/tokenizer lint warnings such as text-block is from the command line: -Xlint:-text-blocks .