Fix KT-26965
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user