summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod49.hs
blob: 7f995ecfbca6900834287aea45b397e4d9e62b1a (plain)
1
2
3
4
5
-- !!! Default decl for non-method
module M where
class C a where
  x :: a
  y = error "foo"