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

6 lines
151 B
HTML

<html>
<body>
This inspection detects size checks of <b>Collections/Array/String</b> that should be replaced with <b>isNotEmpty()</b>.
</body>
</html>