haskell-language-server-2.12.0.0: plugins/hls-cabal-plugin/test/testdata/simple-reload/Main.hs
module Main where import Data.List -- Intentionally unused import, used in the testcase main :: IO () main = foo -- Missing signature foo = putStrLn "Hello, World"