packages feed

hls-qualify-imported-names-plugin-1.0.1.0: test/data/ExplicitImport.hs

module ExplicitImport where

import A (a)
import A (b)

thing1 = a
thing2 = b