summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T8506.stderr
blob: 23e3e37a5635a19eed5c78c42c41a37d74a14b72 (plain)
1
2
3
4
5
6

T8506.hs:3:16: error: [GHC-77878]
    Unexpected type ‘Int’
    In the class declaration for ‘Shapable’
    A class declaration should have form
      class Shapable a where ...