Add inspection to replace Java Map.forEach with Kotlin's forEach

#KT-17278 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-01 06:37:54 +03:00
committed by Mikhail Glukhikh
parent 9c674cb7c3
commit 1a818970c3
19 changed files with 214 additions and 2 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports a Java Map.<b>forEach</b> method call replaceable by Kotlin's <b>forEach</b>.
</body>
</html>