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

7 lines
74 B
Python

def func():
def ne<caret>sted():
pass
def nested():
pass