Files
openide/python/testData/findUsages/ImplicitlyResolvedFieldUsages.py
Ilya.Kazakevich 9409409a90 PY-17933: Rename refactoring: cannot find reference to attribute defined in another file
Code only checked functions. Attributes were ignored.

GitOrigin-RevId: a1792463fa31c55aed469e2e0c60218aceab16cf
2019-11-27 15:10:05 +00:00

7 lines
129 B
Python

class Foo:
def __init__(self):
self.unique_some_identi<caret>fier = 12
def foo(q):
s = q.unique_some_identifier