One problem with this is that if you forget to (re-)define super for classes derived from a class with super, then any call to super::something will compile fine but will probably not call the desired function.

Good reason for it to be made part of the language.