For example, this typechecks cleanly: ``` py class C: def f(self: str) -> None: self.capitalize() ``` Related to #2193.