packages feed

haskell-language-server-2.7.0.0: plugins/hls-qualify-imported-names-plugin/test/data/ExplicitImport.hs

module ExplicitImport where

import A (a)
import A (b)

thing1 = a
thing2 = b