mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-15 04:49:31 +00:00
![]() Function literals have an optional specialization, which is applied to
the parameter/return type annotations lazily when the function's
signature is requested. We were previously only applying this
specialization to the final overload of an overloaded function.
This manifested most visibly for `list.__add__`, which has an overloaded
definition in the typeshed:
|
||
---|---|---|
.. | ||
classes.md | ||
functions.md | ||
variables.md | ||
variance.md |