Files
kotlin-fork/idea/resources/intentionDescriptions/ReplaceRangeToWithUntilIntention/description.html
T

5 lines
149 B
HTML

<html>
<body>
This intention replaces calls to 'rangeTo' or the '..' operator with calls to 'until' and offsets the upper bound by 1.
</body>
</html>