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 b3feb4d commit 5fc8a00Copy full SHA for 5fc8a00
python/ql/test/experimental/dataflow/fieldflow/test.py
@@ -299,7 +299,7 @@ def set_to_source():
299
WithTuple2.my_tuple = (SOURCE,)
300
301
@expects(4) # $ unresolved_call=expects(..) unresolved_call=expects(..)(..)
302
-def test_class_override():
+def test_global_flow_to_class_attribute():
303
inst = WithTuple2()
304
SINK_F(WithTuple2.my_tuple[0])
305
SINK_F(inst.my_tuple[0])
0 commit comments