Files
openide/python/testData/resolve/UnboundVariableOnClassLevelNotDeclaredBelow.py

4 lines
69 B
Python

def method(foo):
class A:
print(foo)
# <ref>