Skip to content

[Parser] Optionally inject inherited members into derived classes #21

Description

@adalisk-emikhaylov

The parser needs a flag to insert the inherited members into the derived classes.
There needs to be some form of shadowing (by name for member functions, and by parameter types for inherited constructors).

We need two separate flags, one for constructors and one for everything else (we would enable both in C and only constructors in Python).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions