Fix KT-26965

This commit is contained in:
Dmitry Gridin
2019-03-01 17:43:56 +03:00
parent 7162dd9807
commit 2a940f5b0a
3 changed files with 5 additions and 8 deletions
@@ -1753,6 +1753,7 @@
level="WEAK WARNING"
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.ReplaceCollectionCountWithSizeInspection"
displayName="Collection count can be converted to size"
groupPath="Kotlin"
@@ -1,5 +1,5 @@
<html>
<body>
This intention replaces <code>count()</code> function calls with <code>size</code>.
This inspection reports usages of collection <code>count()</code>. These function calls can be replaced with <code>size</code>.
</body>
</html>