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

6 lines
138 B
HTML

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