For the code from #55, here is the outline that I can see for expr2.f90:
There are several issues:
- The root node is "a", but rather the root node should be "expr2".
- There are two symbol "x". The first one points to line 2, as it should. The second one points to line 4, which is empty. It likely is pointing to line 4 in file
a.f90, but this symbol should not be part of the outline at all.