summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Test20297.hs
blob: fc038d1ab139ec923308e8f5ae2b6e23d30d9211 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# OPTIONS -ddump-parsed-ast #-}
module Test20297 where


bar = x
  -- comment0
  where -- comment1

foo = x
  where -- comment2
        doStuff = do stuff