-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels