Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceCollectionCountWithSize.html
T
Dmitry Gridin 2a940f5b0a Fix KT-26965
2019-03-01 17:43:56 +03:00

6 lines
158 B
HTML

<html>
<body>
This inspection reports usages of collection <code>count()</code>. These function calls can be replaced with <code>size</code>.
</body>
</html>