Replace "flatMap -> flatten" inspection with abstract "simplifiable call"

Related to KT-30501
This commit is contained in:
Mikhail Glukhikh
2019-05-06 11:46:56 +03:00
parent 6101b5e6ba
commit 4a5cbe0443
17 changed files with 84 additions and 68 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports library function calls which could be replaced by simplified one,
e.g. <b>flatMap { it }</b> call could be simplified to <b>flatten()</b>.
</body>
</html>