source:
src/tests/.expect/castError.txt
@
a54840b
Last change on this file since a54840b was 193bba0, checked in by , 7 years ago | |
---|---|
|
|
File size: 700 bytes |
Rev | Line | |
---|---|---|
[193bba0] | 1 | castError.c:7:1 error: Cannot choose between 3 alternatives for expression Cast of: |
[4efe4d1] | 2 | Name: f |
3 | ||
4 | to: | |
5 | char | |
[2afec66] | 6 | Alternatives are: Cost ( 1, 0, 0, 0 ): Cast of: |
[4efe4d1] | 7 | Variable Expression: f: function |
8 | accepting unspecified arguments | |
9 | returning | |
10 | nothing | |
11 | ||
12 | ||
13 | to: | |
14 | char | |
15 | (types: | |
16 | char | |
17 | ) | |
18 | Environment: | |
19 | ||
[2afec66] | 20 | Cost ( 1, 0, 0, 0 ): Cast of: |
[4efe4d1] | 21 | Variable Expression: f: signed int |
22 | ||
23 | to: | |
24 | char | |
25 | (types: | |
26 | char | |
27 | ) | |
28 | Environment: | |
29 | ||
[2afec66] | 30 | Cost ( 1, 0, 0, 0 ): Cast of: |
[4efe4d1] | 31 | Variable Expression: f: double |
32 | ||
33 | to: | |
34 | char | |
35 | (types: | |
36 | char | |
37 | ) | |
38 | Environment: | |
39 | ||
40 |
Note: See TracBrowser
for help on using the repository browser.