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"