We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e9791 commit b042c60Copy full SHA for b042c60
python/ql/test/query-tests/Variables/undefined/captured.py
@@ -5,7 +5,7 @@ def topLevel():
5
6
def bar():
7
nonlocal foo
8
- print(foo) # FP
+ print(foo)
9
foo = 4
10
11
bar()
0 commit comments