Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceManualRangeWithIndicesCalls.html
T
2019-05-21 13:34:29 +03:00

5 lines
200 B
HTML

<html>
<body>
This inspection reports <b>until</b> and <b>..</b> operator usages that are replaceable with <b>Collection.indices</b>
or iteration over collection inside <b>for</b> loop.</body>
</html>