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

6 lines
164 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 raw string.
</body>
</html>