You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to check the positions in `findTreesMatching` and exclude trees
where the position is not source-derived. It turns out that this is
wrong, because this will exclude all trees that have been unpickled.
The correct test, checking whether the position has a zero extent, is
already done in `namedTrees`.
0 commit comments