We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4d21a commit bd32fafCopy full SHA for bd32faf
python/ql/test/experimental/dataflow/fieldflow/test.py
@@ -54,7 +54,7 @@ def test_example1_method():
54
myobj = MyObj("OK")
55
56
myobj.setFoo(SOURCE)
57
- SINK(myobj.foo)
+ SINK(myobj.foo) # Flow not found
58
59
60
def test_example2():
0 commit comments