summaryrefslogtreecommitdiff
path: root/utils/check-exact/cases/AddLocalDecl3.hs
diff options
context:
space:
mode:
Diffstat (limited to 'utils/check-exact/cases/AddLocalDecl3.hs')
-rw-r--r--utils/check-exact/cases/AddLocalDecl3.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/check-exact/cases/AddLocalDecl3.hs b/utils/check-exact/cases/AddLocalDecl3.hs
new file mode 100644
index 0000000000..eb14013031
--- /dev/null
+++ b/utils/check-exact/cases/AddLocalDecl3.hs
@@ -0,0 +1,12 @@
+module AddLocalDecl3 where
+
+-- |This is a function
+foo = x -- comment 0
+ where p = 2 -- comment 1
+ -- comment f
+
+-- |Another fun
+bar = a -- comment 2
+ where p = 2 -- comment 3
+ nn = 2
+ -- comment b