Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceRangeToWithUntil.html
T

6 lines
138 B
HTML

<html>
<body>
This inspection reports calls to <b>rangeTo</b> or the <b>..</b> operator instead of calls to <b>until</b>.
</body>
</html>