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

6 lines
169 B
HTML

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