blob: 7ffc14aaf74584d26984e4cdc1c7016b4f14b791 [file] [log] [blame]
def bar():
pass
def target_func():
def foo():
return bar()
foo()
target_<caret>func()