Reports numeric literals without underscores that may be hard to read due to their length

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

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

New in 2020.2