Added IDE error message for VAR_OVERRIDDEN_BY_VAL.

This commit is contained in:
Evgeny Gerashchenko
2012-04-17 11:25:39 +04:00
parent b0843ce656
commit 529c416f35
@@ -62,6 +62,9 @@ public class IdeErrorMessages {
}
}, DescriptorRenderer.HTML);
MAP.put(VAR_OVERRIDDEN_BY_VAL, "<html>Val-property cannot override var-property<br />" +
"{1}</html>", DescriptorRenderer.HTML, DescriptorRenderer.HTML);
MAP.setImmutable();
}