summaryrefslogtreecommitdiff
path: root/tests/gold/annotate/multi/a/a.py,cover
blob: fb3f5435d9e57b05ddd6d1b06a67e68600826204 (plain)
1
2
3
4
5
> def a(x):
>     if x == 1:
>         print "x is 1"
!     else:
!         print "x is not 1"