[ty] Fix semantic token classification for generic class members in annotations (#23811)
## Summary
This PR fixes semantic highlighting for dotted generic class names used
in annotation positions, like `os.PathLike` and `os.PathLike[str]`.
Annotated assignments now visit their annotation through the
annotation-specific path.
Closes https://github.com/astral-sh/ty/issues/2989.