summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T21605d.hs
Commit message (Collapse)AuthorAgeFilesLines
* Parse qualified terms in type signaturesHaskellMouse2023-01-111-0/+3
This commit allows qualified terms in type signatures to pass the parser and to be cathced by renamer with more informative error message. Adds a few tests. Fixes #21605