Files
kotlin-fork/idea/resources/inspectionDescriptions/SimplifiableCall.html
T
2019-05-07 14:28:16 +03:00

7 lines
193 B
HTML

<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>