``` class Foo: @classmethod def foo(cls) -> None: cls.__doc__ ``` Expectation: no type error Actual:` ERROR 4:9-20: Instance-only attribute `__doc__` of class `Foo` is not visible on the class [missing-attribute]`