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 c89b579 commit e49f7a5Copy full SHA for e49f7a5
python/ql/test/experimental/dataflow/variable-capture/by_value.py
@@ -1,6 +1,4 @@
1
-# Here we test writing to a captured variable via the `nonlocal` keyword (see `out`).
2
-# We also test reading one captured variable and writing the value to another (see `through`).
3
-
+# Here we test capturing the _value_ of a variable (by using it as the default value for a parameter)
4
# All functions starting with "test_" should run and execute `print("OK")` exactly once.
5
# This can be checked by running validTest.py.
6
0 commit comments