mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
Stubs were not generated for target expressions in cases like this:
```
class A:
number: int
def f(x: A):
x.number = 123
```
Fix: Now, when we create stubs for target expressions inside functions, we compare the name of the function parameter rather than parameter's getText()
GitOrigin-RevId: 5af67f3c98b776a21813b61eec9533d7c726b9bb