Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
ReplaceRangeToWithUntil.html
blob: 5d42da0a8faba134f94325f8fa52c96c09b410a3 [
file
] [
edit
]
<html>
<body>
This inspection reports calls to
<b>
rangeTo
</b>
or the
<b>
..
</b>
operator instead of calls to
<b>
until
</b>
.
</body>
</html>