Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertToConcatenatedStringIntention/description.html
T
2014-05-23 16:27:46 +04:00

6 lines
134 B
HTML

<html>
<body>
Converts a statement that builds a String using a String Template to one that builds a String using '+'
</body>
</html>