From 690473313fa5fee7ae5d0557e8ddcc910690cf25 Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Mon, 31 Aug 2015 22:59:17 +0300 Subject: [PATCH] Minor --- .../idea/inspections/ConflictingExtensionPropertyInspection.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/idea/src/org/jetbrains/kotlin/idea/inspections/ConflictingExtensionPropertyInspection.kt b/idea/src/org/jetbrains/kotlin/idea/inspections/ConflictingExtensionPropertyInspection.kt index d73b0fd5663..88345601dcc 100644 --- a/idea/src/org/jetbrains/kotlin/idea/inspections/ConflictingExtensionPropertyInspection.kt +++ b/idea/src/org/jetbrains/kotlin/idea/inspections/ConflictingExtensionPropertyInspection.kt @@ -64,7 +64,6 @@ public class ConflictingExtensionPropertyInspection : AbstractKotlinInspection() if (conflictingExtension != null) { val problemDescriptor = holder.manager.createProblemDescriptor( nameElement, - //TODO: review message "This property conflicts with synthetic extension and should be removed to avoid breaking code by future changes in the compiler", createQuickFix(property, conflictingExtension), ProblemHighlightType.GENERIC_ERROR_OR_WARNING,