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

5 lines
162 B
HTML

<html>
<body>
This intention replaces single-expression string templates with the expression itself, adding a <b>toString()</b> call if necessary.
</body>
</html>