Skip to content

Allow class re-definition of private parent members #93

Description

@Mikk155
class A {
    private int i;
}
class B : A {
    int i;
}

Name conflict. 'i' is an object property.

While i is not accesible for B at all. it may be a good idea to let it redefine it

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions