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

6 lines
128 B
HTML

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