bdb9f00c75
Related to KT-12165 Supported functions: filterNotNull, filterIsInstance, mapNotNull, mapNotNullTo, mapIndexedNotNull, mapIndexedNotNullTo Also, "Useless cal on not-null" improved a bit
6 lines
140 B
HTML
6 lines
140 B
HTML
<html>
|
|
<body>
|
|
This inspection reports filter-like calls on already filtered collections, e.g. listOf("abc").filterNotNull()
|
|
</body>
|
|
</html>
|