Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/castError.txt

    r0e04f59 r193bba0  
    1 castError.c:7:1 error: Cannot choose between 3 alternatives for expression
    2 Cast of:
     1castError.c:7:1 error: Cannot choose between 3 alternatives for expression Cast of:
    32  Name: f
    4 ... to:
    5   charAlternatives are:
    6 Cost ( 1, 0, 0, 0 ): Cast of:
    7      Variable Expression: f: signed int
    8    ... to:
    9      char
    10  (types:
    11    char
    12  )
    13  Environment:
    143
    15 Cost ( 1, 0, 0, 0 ): Cast of:
    16      Variable Expression: f: double
    17    ... to:
    18      char
    19  (types:
    20    char
    21  )
    22  Environment:
    23 
    24 Cost ( 1, 0, 0, 0 ): Cast of:
    25      Variable Expression: f: function
    26        accepting unspecified arguments
    27      ... returning nothing
    28 
    29    ... to:
    30      char
    31  (types:
    32    char
    33  )
    34  Environment:
     4to:
     5  char
     6Alternatives are:        Cost ( 1, 0, 0, 0 ): Cast of:
     7          Variable Expression: f: function
     8                accepting unspecified arguments
     9              returning
     10                nothing
    3511
    3612
     13        to:
     14          char
     15(types:
     16            char
     17)
     18        Environment:
     19
     20        Cost ( 1, 0, 0, 0 ): Cast of:
     21          Variable Expression: f: signed int
     22
     23        to:
     24          char
     25(types:
     26            char
     27)
     28        Environment:
     29
     30        Cost ( 1, 0, 0, 0 ): Cast of:
     31          Variable Expression: f: double
     32
     33        to:
     34          char
     35(types:
     36            char
     37)
     38        Environment:
     39
     40
Note: See TracChangeset for help on using the changeset viewer.