Files
kotlin-fork/idea/resources/inspectionDescriptions/ForEachParameterNotUsed.html
T
2018-08-13 19:02:53 +03:00

5 lines
138 B
HTML

<html>
<body>
This inspection guards against useless forEach loops by identifying when the iterable's values are not used.
</body>
</html>