Skip to content

Inheritance of fields is not mirrored in lifting #7

Description

@Edkamb

Each field is lifted as its own property, but in case of inherited fields no subPropertyOf relation is established. For example, in the following we cannot use prog:C_i to retrieve 5.

class C(Int i) end
class D extends C() end
main
  D d = new D(5);
end

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions