Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297a179 commit e4699e0Copy full SHA for e4699e0
1 file changed
python/ql/test/experimental/dataflow/coverage/module_level.py
@@ -0,0 +1,7 @@
1
+# this test has code on module level, which works in slightly different ways than when
2
+# inside a function
3
+
4
+t = (SOURCE, NONSOURCE)
5
+a, b = t
6
+SINK(a) #$ MISSING: flow="SOURCE, l:-2 -> a"
7
+SINK_F(b)
0 commit comments