Python: Add comment to test

This commit is contained in:
Rasmus Wriedt Larsen
2022-06-15 15:59:54 +02:00
parent 24c9aff2fc
commit b2c8e0fe8d

View File

@@ -65,6 +65,9 @@ def to_inner_scope():
also_x = foo() # $ MISSING: tracked
print(also_x) # $ MISSING: tracked
# ------------------------------------------------------------------------------
# Function decorator
# ------------------------------------------------------------------------------
def my_decorator(func):
# This part doesn't make any sense in a normal decorator, but just shows how we