For example: ```python class A: def f(self, x): # type: (int) -> str pass A().f('') # E:0: Argument 1 to "f" of "A" has incompatible type "str"; expected "int" ```