summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail019.hs
blob: ec97efe1cfbc7cbf685982bad586316be1a41fa4 (plain)
1
2
3
4
5
6
7
module ShouldFail where

-- !!! Section with with a bad precedence

f x y = (x:y:)

-- GHC 4.04 (as released) let this by, but it's a precedence error.