Fix #KT-31967 Typo in inspection name: "+= create new list under the hood"
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ae827bfd80
commit
76a65af14b
+1
-1
@@ -68,7 +68,7 @@ class SuspiciousCollectionReassignmentInspection : AbstractKotlinInspection() {
|
||||
val operationReference = binaryExpression.operationReference
|
||||
holder.registerProblem(
|
||||
operationReference,
|
||||
"'${operationReference.text}' create new $typeText under the hood",
|
||||
"'${operationReference.text}' creates new $typeText under the hood",
|
||||
ProblemHighlightType.GENERIC_ERROR_OR_WARNING,
|
||||
*fixes.toTypedArray()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user