Reports numeric literals with underscores and suggests removing them with a quick-fix. This may be useful if you need to lower the language level.

The quick-fix removes underscores from numeric literals. For example 1_000_000 will be converted to 1000000.

This inspection only reports if the language level of the project or module is 7 or higher.

New in 2020.2