Replace "flatMap -> flatten" inspection with abstract "simplifiable call"
Related to KT-30501
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user