HaRe-0.8.0.0: test/testdata/RmDecl3.hs
module RmDecl3 where
-- Remove last declaration from a where clause, where should disappear too
ff y = y + zz
where
zz = 1
-- EOF
module RmDecl3 where
-- Remove last declaration from a where clause, where should disappear too
ff y = y + zz
where
zz = 1
-- EOF