Fix inheriting of static members.
When no explicit staticality stated, try to first inherit from instance members. Only when that fails look for static members too.
Loading
Please register or sign in to comment
When no explicit staticality stated, try to first inherit from instance members. Only when that fails look for static members too.