This might be the same issue as #937 but this raises no errors: ```python s += 1 s: int = 0 ``` or ```python x: int x += 1 ```