Reports numeric literals with underscores so they can be removed using a quick-fix

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

Quick fix: removes underscores from numeric literals. E.g. 1_000_000 will be converted to 1000000.

New in 2020.2