Files
openide/python/testData/refactoring/rename/renameShadowingVariable.py

4 lines
42 B
Python

def lab(): pass
lab = 1
print(l<caret>ab)