summaryrefslogtreecommitdiff
path: root/test/farm/annotate/gold_multi/multi.py,cover
blob: fc5b0b79b370a565ad9388457eb5ef567aceccb2 (plain)
1
2
3
4
5
> import a.a
> import b.b
  
> a.a.a(1)
> b.b.b(2)