ruff/crates/red_knot_python_semantic/resources/mdtest/comprehensions
David Peter 1feb3cf41a
[red-knot] Use Unknown | T_inferred for undeclared public symbols (#15674)
## Summary

Use `Unknown | T_inferred` as the type for *undeclared* public symbols.

## Test Plan

- Updated existing tests
- New test for external `__slots__` modifications.
- New tests for external modifications of public symbols.
2025-01-24 12:47:48 +01:00
..
basic.md [red-knot] Use Unknown | T_inferred for undeclared public symbols (#15674) 2025-01-24 12:47:48 +01:00
invalid_syntax.md [red-knot] Port comprehension tests to Markdown (#15688) 2025-01-23 12:49:30 +00:00