diff --git a/idea/resources/META-INF/plugin-common.xml b/idea/resources/META-INF/plugin-common.xml
index 0e013d6ab8e..10729271af9 100644
--- a/idea/resources/META-INF/plugin-common.xml
+++ b/idea/resources/META-INF/plugin-common.xml
@@ -2374,6 +2374,15 @@
language="kotlin"
/>
+
+
+
+This inspection reports hashMapOf and similar function calls replaceable with the constructor of EnumMap.
+
+