Open kevinbarabash opened 6 months ago
The current Edges: Map<DeclIdent, list<DeclIdent>> leads to weird situations where if an interface appears multiple times in the list<DeclIdent> it will result it its fields being duplicated that many times.
Edges: Map<DeclIdent, list<DeclIdent>>
list<DeclIdent>
The current
Edges: Map<DeclIdent, list<DeclIdent>>
leads to weird situations where if an interface appears multiple times in thelist<DeclIdent>
it will result it its fields being duplicated that many times.