Files
kotlin-fork/idea/resources/inspectionDescriptions/SimplifiableCallChain.html
T
Mikhail Glukhikh 36be1fdaef Introduce "simplifiable call chain on collection" inspection
Related to KT-12165
So #KT-18274 Fixed
So #KT-17198 Fixed
2017-06-29 16:25:52 +03:00

6 lines
143 B
HTML

<html>
<body>
This inspection reports two-call chains replaceable by single call, e.g. map {}.filterNotNull() to mapNotNull {}
</body>
</html>