Files
openide/python/testData/refactoring/makeFunctionTopLevel/methodOuterScopeReads.py

6 lines
92 B
Python

def func():
x = True
class C:
def me<caret>thod(self):
print(x)