Summary
When a field is set without a explicit type hint, hovering over the instance member correctly infers the type (inherited from the method arguments):
However, if the typing.Final type hint is used, hovering now reveals the type to be Unknown:
Subsequent usages of the instance member do correctly infer the type as str
Version
ty 0.0.12 (Homebrew 2026-01-14)