hls-qualify-imported-names-plugin-1.0.1.0: 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