Reports long numeric literals without underscores and suggests adding them. Underscores make such literals easier to read.

Example:

  1000000

After the quick-fix is applied:

  1_000_000

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

New in 2020.2