Files
ruff/crates/ty_python_semantic/resources/mdtest/call
Ibraheem Ahmed bb40c34361 [ty] Use declared attribute types as type context (#21143)
## Summary

For example:
```py
class X:
    x: list[int | str]

def _(x: X):
    x.x = [1]
```

Resolves https://github.com/astral-sh/ty/issues/1375.
2025-10-31 15:48:28 +00:00
..
2025-05-03 19:49:15 +02:00