packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/overloadedrecfldsfail07.hs

-- Test type errors contain field names, not selector names

{-# LANGUAGE DuplicateRecordFields #-}

data T = MkT { x :: Int }

y = x x

main = return ()