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

6 lines
113 B
HTML

<html>
<body>
This intention replaces calls like <b>s.substring(0, x)</b> with <b>s.take(x)</b>.
</body>
</html>