bug: Remove comments at EOF
Comments at the end of file will be removed unexpectedly!
module X where
x = 0
-- This comments
-- will be removed!
Comments at the end of file will be removed unexpectedly!
module X where
x = 0
-- This comments
-- will be removed!