Files
kotlin-fork/idea/resources/inspectionDescriptions/LoopToCallChain.html
T
2016-08-16 17:37:55 +03:00

6 lines
149 B
HTML

<html>
<body>
This inspection reports for-loops that can be replaced with a sequence of stdlib-operations (like "map", "filter" etc)
</body>
</html>