Summary
import warnings as abc
from warnings import deprecated as xyz
x = abc
y = xyz
The two instances of abc and xyz are completely unaware of eachother, the lsp just doesn't understand Alias nodes at all. goto-references, find-references, and rename are all broken (weirdly not entirely consistently between vscode and sandbox).
goto-definition/declaration only works by virtue of resolving the aliases (i.e. not pointing at these symbols at all).
Version
No response