summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod48.hs
blob: 681d356e2e92ff53c8cbc65275b51037e3238f3c (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"