ruff
e990dfd0 - [ty] Allow reference finding in stringified annotations (#24956)

Commit
120 days ago
[ty] Allow reference finding in stringified annotations (#24956) ## Summary Stringified annotations were being guarded by the `includeDeclaration` flag, so `MyClass` inside `"MyClass"` wasn't being treated as a reference, which seems unintentional. Closes https://github.com/astral-sh/ty/issues/3386.
Author
Parents
Loading