HaRe-0.8.0.0: test/testdata/Layout/Comments1.hs
module Layout.Comments1 where
aFun x = x + p
where p=2 {-There is a comment-}
anotherFun = 3
module Layout.Comments1 where
aFun x = x + p
where p=2 {-There is a comment-}
anotherFun = 3