summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail/overloadedrecfldsfail13.stderr
blob: 89cc10f4f6c51b1c30516fb859518fd0d642eaf6 (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.