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.
- Updated md tests.
---------
Co-authored-by: David Peter <mail@david-peter.de>