summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod48.hs
blob: 04bde658e34f0b38d6bf6ce1bdaa9ace9d884f03 (plain)
1
2
3
4
5
-- !!! Class decl can't use pattern bindings
module M where
class C a where
  x,y :: a
  (x,y) = error "foo"