Reports IntProgression.fromClosedRange() and LongProgression.fromClosedRange() with
MIN_VALUE step.
Since Kotlin 1.3 it's prohibited to call IntProgression.fromClosedRange() and LongProgression.fromClosedRange() with
MIN_VALUE step. All such calls should be checked during migration to Kotlin 1.3+.