Files
kotlin-fork/idea/resources/inspectionDescriptions/ConvertToStringTemplate.html
T

6 lines
166 B
HTML

<html>
<body>
This inspection reports string concatenation that can be converted to a simple string template (the one with no <b>${...}</b> entries).
</body>
</html>