diff options
Diffstat (limited to 'tests/farm/annotate/src/b/b.py')
| -rw-r--r-- | tests/farm/annotate/src/b/b.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/farm/annotate/src/b/b.py b/tests/farm/annotate/src/b/b.py new file mode 100644 index 0000000..625a549 --- /dev/null +++ b/tests/farm/annotate/src/b/b.py @@ -0,0 +1,3 @@ +def b(x): + msg = "x is %s" % x + print(msg) |
