source: src/tests/.expect/castError.txt @ 74358c3

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 74358c3 was e757af2, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

renamed all tests to lower-case leading character

  • Property mode set to 100644
File size: 728 bytes
Line 
1CFA Version 1.0.0 (debug)
2Error: Can't choose between alternatives for expression Cast of:
3  Name: f
4
5to:
6  char
7Alternatives are:        Cost ( 1, 0, 0 ): Cast of:
8          Variable Expression: f: function
9                accepting unspecified arguments
10              returning
11                nothing
12
13
14        to:
15          char
16(types:
17            char
18)
19        Environment:
20
21        Cost ( 1, 0, 0 ): Cast of:
22          Variable Expression: f: signed int
23
24        to:
25          char
26(types:
27            char
28)
29        Environment:
30
31        Cost ( 1, 0, 0 ): Cast of:
32          Variable Expression: f: double
33
34        to:
35          char
36(types:
37            char
38)
39        Environment:
40
41
42make: *** [CastError] Error 1
Note: See TracBrowser for help on using the repository browser.