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,22 @@
<problems>
<problem>
<file>test.kt</file>
<line>6</line>
<description>It's prohibited to call IntProgression.fromClosedRange() with MIN_VALUE step since 1.3</description>
</problem>
<problem>
<file>test.kt</file>
<line>7</line>
<description>It's prohibited to call IntProgression.fromClosedRange() with MIN_VALUE step since 1.3</description>
</problem>
<problem>
<file>test.kt</file>
<line>14</line>
<description>It's prohibited to call LongProgression.fromClosedRange() with MIN_VALUE step since 1.3</description>
</problem>
<problem>
<file>test.kt</file>
<line>15</line>
<description>It's prohibited to call LongProgression.fromClosedRange() with MIN_VALUE step since 1.3</description>
</problem>
</problems>
@@ -0,0 +1 @@
// INSPECTION_CLASS: org.jetbrains.kotlin.idea.inspections.migration.FromClosedRangeMigrationInspection