Introduce inspection for determining if a forEach parameter is unused

#KT-22068 Fixed
This commit is contained in:
Dennis Cornwell
2018-07-29 23:35:23 +03:00
committed by Mikhail Glukhikh
parent c3b2d1829f
commit e81eee4cc1
14 changed files with 197 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection guards against useless forEach loops by identifying when the iterable's values are not used.
</body>
</html>