summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/AddLocalDecl6.expected.hs
blob: 9cedb7d63fe8a60cbda78466bd3e6e367e20fd7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module AddLocalDecl6 where

foo [] = 1 -- comment 0
  where
    x = 3
foo xs = 2 -- comment 1

bar [] = 1 -- comment 2
  where
    x = 3
bar xs = 2 -- comment 3