Files
openide/python/testData/resolve/InnerFuncVar.py
2008-08-07 00:29:41 +04:00

4 lines
51 B
Python

def f1():
foo = 1
def f2():
return f<ref>oo