Commits
Click on a commit to change the comparison range[ty] Infer type of self as typing.Self in method body (#18473)
## Summary
Part of https://github.com/astral-sh/ty/issues/159
Add support for adding a synthetic `typing.Self` type for `self`
arguments in methods.
`typing.Self` is assigned as the type if there are no annotations.
## Test Plan
- Updated md tests.
---------
Co-authored-by: David Peter <mail@david-peter.de>