Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceNegatedIsEmptyWithIsNotEmpty.html
T
2018-12-26 19:25:14 +03:00

5 lines
139 B
HTML

<html>
<body>
This inspection reports <b>!collection.isEmpty()</b> call can be replaced with <b>collection.isNotEmpty()</b>
</body>
</html>