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

6 lines
160 B
HTML

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