Files
kotlin-fork/idea/resources/inspectionDescriptions/UselessCallOnCollection.html
T

6 lines
148 B
HTML

<html>
<body>
This inspection reports filter-like calls on already filtered collections, e.g. <b>listOf("abc").filterNotNull()</b>.
</body>
</html>