For example, the following program should not be accepted: ``` class A: def f(self: Any): pass ```