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

5 lines
143 B
HTML

<html>
<body>
This intention replaces calls to <b>until</b> with the <b>..</b> operator and subtracts one from the upper bound.
</body>
</html>