summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T9156.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue with detection of duplicate record fieldsGintautas Miliauskas2014-07-241-0/+4
Duplicate record fields would not be detected when given a type with multiple data constructors, and the first data constructor had a record field r1 and any consecutive data constructors had multiple fields named r1. This fixes #9156 and was reviewed in https://phabricator.haskell.org/D87