Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
ReplaceManualRangeWithIndicesCalls.html
blob: 6d3dc16a11b46407ed716b25894a0187ff345bb1 [
file
] [
edit
]
<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>