Introduce inspection for determining if a forEach parameter is unused
#KT-22068 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c3b2d1829f
commit
e81eee4cc1
@@ -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>
|
||||
Reference in New Issue
Block a user