Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceWithEnumMap.html
T

5 lines
149 B
HTML

<html>
<body>
This inspection reports <b>hashMapOf</b> and similar function calls replaceable with the constructor of <b>EnumMap</b>.
</body>
</html>