Files
kotlin-fork/idea/testData/inspections/migrationFromClosedRange/inspectionData/expected.xml
T
2018-07-11 14:25:24 +03:00

23 lines
839 B
XML
Vendored

<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>