Suggest to replace manual range with explicit indices or iterable
#KT-14344 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8cda5cb849
commit
3451c60f93
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports <b>until</b> and <b>..</b> operator usages that are replaceable with <b>Collection.indices</b>
|
||||
or iteration over collection inside <b>for</b> loop.</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user