mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-25 06:13:01 +00:00
## Summary Includes minor changes to the semantic type inference to help detect the return type of function call. Fixes #17691 ## Test Plan Snapshot tests |
||
|---|---|---|
| .. | ||
| class.rs | ||
| function_type.rs | ||
| imports.rs | ||
| logging.rs | ||
| mod.rs | ||
| terminal.rs | ||
| type_inference.rs | ||
| typing.rs | ||
| visibility.rs | ||