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

6 lines
110 B
HTML

<html>
<body>
This intention replaces a <b>size == 0</b> check with an <b>isEmpty()</b> call.
</body>
</html>