This commit is contained in:
Valentin Kipyatkov
2015-08-31 22:59:17 +03:00
parent 29479603e3
commit 690473313f
@@ -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,