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

6 lines
112 B
HTML

<html>
<body>
This intention replaces <b>contains</b> member calls with the <b>in</b> operator.
</body>
</html>