Rename refactoring is successfully executed using any Python keyword in B.text. Steps to reproduce the behavior: 1. Code before refactoring: ``` class B: def a(self) -> None: text = 'hello' ``` 2. Apply the Rename refactoring to the variable "text" 3. Expected to Rope emit an error due to the use of a Python keyword.