summaryrefslogtreecommitdiff
path: root/tests/messages/func_bad_cont_dictcomp_py27.txt
blob: 51bde771e8ff174039b3b97ab62b1865d536820d (plain)
1
2
3
4
5
6
C: 35: Wrong continued indentation (add 2 spaces).
    for x in range(3)}  # [bad-continuation]
    ^ |
C: 38: Wrong continued indentation (remove 4 spaces).
          for x in range(3)}  # [bad-continuation]
      |   ^