ruff/crates/red_knot_python_semantic/resources/mdtest/assignment
Charlie Marsh 70bdde4085
Handle unions in augmented assignments (#14045)
## Summary

Removing more TODOs from the augmented assignment test suite. Now, if
the _target_ is a union, we correctly infer the union of results:

```python
if flag:
    f = Foo()
else:
    f = 42.0
f += 12
```
2024-11-01 19:49:18 +00:00
..
annotations.md [red-knot] Remove Type::Unbound (#13980) 2024-10-31 20:05:53 +01:00
augmented.md Handle unions in augmented assignments (#14045) 2024-11-01 19:49:18 +00:00
multi_target.md [red-knot] Port type inference tests to new test framework (#13719) 2024-10-15 11:23:46 -07:00
unbound.md [red-knot] have mdformat wrap mdtest files to 100 columns (#14020) 2024-10-31 21:00:51 +00:00
walrus.md [red-knot] Port type inference tests to new test framework (#13719) 2024-10-15 11:23:46 -07:00