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.
2 parents 98dc73c + 4e6b93e commit caa25f7Copy full SHA for caa25f7
python/ql/test/experimental/dataflow/variable-capture/dataflow-consistency.expected
@@ -1,5 +1,10 @@
1
uniqueEnclosingCallable
2
uniqueCallEnclosingCallable
3
+| collections.py:39:17:39:38 | Lambda() | Call should have one enclosing callable but has 0. |
4
5
+| collections.py:45:19:45:24 | mod() | Call should have one enclosing callable but has 0. |
6
7
+| collections.py:52:13:52:24 | mod_local() | Call should have one enclosing callable but has 0. |
8
uniqueType
9
uniqueNodeLocation
10
missingLocation
0 commit comments