packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/overloadedrecfldsfail07.hs

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

{-# LANGUAGE DuplicateRecordFields #-}

data T = MkT { x :: Int }

y = x x

main = return ()