haskell-language-server-2.15.0.0: ghcide-test/data/boot-qualified/A.hs
module A where
import {-# SOURCE #-} B (BB(BB))
data T = T Int
-- Only present in A.hs, NOT in A.hs-boot.
extraFn :: T -> T
extraFn (T n) = T (n + 1)
wrapB :: Int -> BB
wrapB = BB