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

4 lines
35 B
Python

def lab(): pass
bar = 1
print(bar)