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

5 lines
131 B
HTML

<html>
<body>
This intention replaces call like <code>"abc".substring(0, 1)</code> with <code>"abc"[0]</code> call.
</body>
</html>