summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T11663.stderr
blob: 4602d1992aeb2bb5452bacbdbbb2b1d1bc999008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

T11663.hs:6:12: error: [GHC-74097]
    Illegal type signature: ‘Int’
      Type signatures are only allowed in patterns with ScopedTypeVariables
    Suggested fix: Perhaps you intended to use ScopedTypeVariables

T11663.hs:7:9: error: [GHC-74097]
    Illegal type signature: ‘Int’
      Type signatures are only allowed in patterns with ScopedTypeVariables
    Suggested fix: Perhaps you intended to use ScopedTypeVariables

T11663.hs:8:22: error: [GHC-74097]
    Illegal type signature: ‘Int’
      Type signatures are only allowed in patterns with ScopedTypeVariables
    Suggested fix: Perhaps you intended to use ScopedTypeVariables

T11663.hs:9:32: error: [GHC-74097]
    Illegal type signature: ‘Int’
      Type signatures are only allowed in patterns with ScopedTypeVariables
    Suggested fix: Perhaps you intended to use ScopedTypeVariables