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

6 lines
169 B
HTML

<html>
<body>
This intention converts a statement that builds a <b>String</b> using <b>+</b> to one that builds a <b>String</b> using a string template.
</body>
</html>