Open alessiostalla opened 3 years ago
class Parent {} class Child extends Parent {}
Currently, Parent is treated as it was abstract i.e. if only Child can appear as a node.
Would be great to see this included
Currently, Parent is treated as it was abstract i.e. if only Child can appear as a node.