ghcide-1.2.0.0: test/data/references/Main.hs
module Main where import References main :: IO () main = return () a = 2 :: Int b = a + 1 acc :: Account acc = Savings
module Main where import References main :: IO () main = return () a = 2 :: Int b = a + 1 acc :: Account acc = Savings