Migration inspection for fromClosedRange() call (KT-17176)

#KT-17176 Open
This commit is contained in:
Nikolay Krasko
2018-06-26 16:29:18 +03:00
parent 6ba2baa9da
commit b51880332e
12 changed files with 219 additions and 0 deletions
@@ -0,0 +1,8 @@
<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>