Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceNegatedIsEmptyWithIsNotEmpty.html
T
2019-03-06 11:06:40 +03:00

5 lines
163 B
HTML

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