Minor
This commit is contained in:
-1
@@ -64,7 +64,6 @@ public class ConflictingExtensionPropertyInspection : AbstractKotlinInspection()
|
|||||||
if (conflictingExtension != null) {
|
if (conflictingExtension != null) {
|
||||||
val problemDescriptor = holder.manager.createProblemDescriptor(
|
val problemDescriptor = holder.manager.createProblemDescriptor(
|
||||||
nameElement,
|
nameElement,
|
||||||
//TODO: review message
|
|
||||||
"This property conflicts with synthetic extension and should be removed to avoid breaking code by future changes in the compiler",
|
"This property conflicts with synthetic extension and should be removed to avoid breaking code by future changes in the compiler",
|
||||||
createQuickFix(property, conflictingExtension),
|
createQuickFix(property, conflictingExtension),
|
||||||
ProblemHighlightType.GENERIC_ERROR_OR_WARNING,
|
ProblemHighlightType.GENERIC_ERROR_OR_WARNING,
|
||||||
|
|||||||
Reference in New Issue
Block a user