override fun hashCode()

in runner/src/main/kotlin/org/jetbrains/idea/inspections/runners/InspectionsRunner.kt [51:53]


        override fun hashCode(): Int {
            return classFqName.hashCode()
        }