Add inspection "Map replaceable with EnumMap" #KT-25439 Fixed

This commit is contained in:
Dereck Bridie
2019-03-25 13:46:19 +03:00
committed by Mikhail Glukhikh
parent 607325c6e5
commit d86ffd3f34
13 changed files with 189 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports <b>hashMapOf</b> and similar function calls replaceable with the constructor of <b>EnumMap</b>.
</body>
</html>