While working on #2558, I've noticed that some AST nodes have duplicates. The same nodes appear more than once based on referential integrity. These duplicates prevent the creation of unique node IDs based on the AST structure.
I've identified this kind of problem for
I'll create sub-issues per language to provide more details.
While working on #2558, I've noticed that some AST nodes have duplicates. The same nodes appear more than once based on referential integrity. These duplicates prevent the creation of unique node IDs based on the AST structure.
I've identified this kind of problem for
I'll create sub-issues per language to provide more details.