Migration inspection for fromClosedRange() call (KT-17176)
#KT-17176 Open
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user