Skip to content

Problem with some circular dependencies #9

@ShadowBelmolve

Description

@ShadowBelmolve

Reference Gist

Seems that if you import an "interface A"(IEntity) that has a variable of type "class B"(EntityData) that has a function with return type "class C"(Entity) and "class C" implements the "interface A", then variables from "interface A" simply aren't copied to "class C" or something like this.

The same if you import "Class C" and then "Interface A".

But no problems for imports "Class C" or "Interface A" and "Class C"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions