Skip to content

Commit b2c8e0f

Browse files
committed
Python: Add comment to test
1 parent 24c9aff commit b2c8e0f

File tree

1 file changed

+3
-0
lines changed
  • python/ql/test/experimental/dataflow/typetracking

1 file changed

+3
-0
lines changed

python/ql/test/experimental/dataflow/typetracking/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ def foo():
6565
also_x = foo() # $ MISSING: tracked
6666
print(also_x) # $ MISSING: tracked
6767

68+
# ------------------------------------------------------------------------------
69+
# Function decorator
70+
# ------------------------------------------------------------------------------
6871

6972
def my_decorator(func):
7073
# This part doesn't make any sense in a normal decorator, but just shows how we

0 commit comments

Comments
 (0)