summaryrefslogtreecommitdiff
path: root/tests/gold/annotate/multi/multi.py,cover
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gold/annotate/multi/multi.py,cover')
-rw-r--r--tests/gold/annotate/multi/multi.py,cover5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/gold/annotate/multi/multi.py,cover b/tests/gold/annotate/multi/multi.py,cover
new file mode 100644
index 00000000..2a5c59ce
--- /dev/null
+++ b/tests/gold/annotate/multi/multi.py,cover
@@ -0,0 +1,5 @@
+> import a.a
+> import b.b
+
+> a.a.a(1)
+> b.b.b(2)