Files
kotlin-fork/idea/resources/inspectionDescriptions/FromClosedRangeMigration.html
T
2018-07-11 14:25:24 +03:00

9 lines
263 B
HTML

<html>
<body>
<p>
Since Kotlin 1.3 it's prohibited to call <i>IntProgression.fromClosedRange()</i> and <i>LongProgression.fromClosedRange()</i> with
<i>MIN_VALUE</i> step. All such calls should be checked during migration to Kotlin 1.3+.
</p>
</body>
</html>