summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail13.stderr
blob: cf9a7a56787693a1b498891eab06ca571fb9c089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

overloadedrecfldsfail13.hs:10:5: error: [GHC-87543]
    Ambiguous occurrence ‘x’
    It could refer to
       either the field ‘x’ of record ‘S’,
              defined at overloadedrecfldsfail13.hs:6:16
           or the field ‘x’ of record ‘T’,
              defined at overloadedrecfldsfail13.hs:7:16

overloadedrecfldsfail13.hs:12:5: error: [GHC-87543]
    Ambiguous occurrence ‘x’
    It could refer to
       either the field ‘x’ of record ‘S’,
              defined at overloadedrecfldsfail13.hs:6:16
           or the field ‘x’ of record ‘T’,
              defined at overloadedrecfldsfail13.hs:7:16

overloadedrecfldsfail13.hs:15:5: error: [GHC-87543]
    Ambiguous occurrence ‘x’
    It could refer to
       either the field ‘x’ of record ‘S’,
              defined at overloadedrecfldsfail13.hs:6:16
           or the field ‘x’ of record ‘T’,
              defined at overloadedrecfldsfail13.hs:7:16

overloadedrecfldsfail13.hs:18:5: error: [GHC-87543]
    Ambiguous occurrence ‘x’
    It could refer to
       either the field ‘x’ of record ‘S’,
              defined at overloadedrecfldsfail13.hs:6:16
           or the field ‘x’ of record ‘T’,
              defined at overloadedrecfldsfail13.hs:7:16