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