diff options
Diffstat (limited to 'utils/check-exact/cases/AddLocalDecl1.hs')
-rw-r--r-- | utils/check-exact/cases/AddLocalDecl1.hs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/utils/check-exact/cases/AddLocalDecl1.hs b/utils/check-exact/cases/AddLocalDecl1.hs deleted file mode 100644 index 3bb4953c51..0000000000 --- a/utils/check-exact/cases/AddLocalDecl1.hs +++ /dev/null @@ -1,13 +0,0 @@ -module AddLocalDecl1 where - --- |This is a function -foo = x -- comment1 --- trailing 1 - --- |Another fun -x = a -- comment2 - where - a = 3 --- trailing 2 - -y = 3 |