summaryrefslogtreecommitdiff
path: root/tests/farm/annotate/src/a/a.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/annotate/src/a/a.py')
-rw-r--r--tests/farm/annotate/src/a/a.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/farm/annotate/src/a/a.py b/tests/farm/annotate/src/a/a.py
new file mode 100644
index 0000000..c2583d1
--- /dev/null
+++ b/tests/farm/annotate/src/a/a.py
@@ -0,0 +1,5 @@
+def a(x):
+ if x == 1:
+ print("x is 1")
+ else:
+ print("x is not 1")