haskell-language-server-2.7.0.0: plugins/hls-qualify-imported-names-plugin/test/data/Backticked.hs
module Backticked where import Prelude f a b = a `elem` b g a b = let h = f a b in a `elem` b
module Backticked where import Prelude f a b = a `elem` b g a b = let h = f a b in a `elem` b