Are there any examples of this that you can link to? I have tried several variations, but each one seems to give a different compiler error. Property is hidden, property needs override, property is final and cannot be overridden, etc.
I don’t have examples at the moment.
Yes, I realize that I’m replying to an old post.
EDIT: I went back and tried again. Used the IntelliJ tools to fix the problem. The properties in the base class had to be declared as open in order to inherit properly.