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

6 lines
140 B
HTML

<html>
<body>
This inspection detects size zero checks of Collections/Array/String that should be replaced with 'isEmpty()'
</body>
</html>