Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not intersect spans coming from different contexts (#13942)
The code should not attempt to obtain a snippet by capping the function signature span with its identifier span without checking that they are in the same context. This is the only instance I could identify where placeholders were used instead of the real snippet when running the CI lintcheck. Moreover, the placeholders were not even used, as they snippet was obtained prematurely. Found in the context of #13941 changelog: none
- Loading branch information