packages feed

haskell-language-server-1.1.0.0: test/testdata/completion/DupRecFields.hs

{-# LANGUAGE DuplicateRecordFields #-}
module DupRecFields where

newtype One = One { accessor :: Int }
newtype Two = Two { accessor :: Int }