Ignore:
File:
1 edited

Legend:

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

    r3233b91 r63ec5fa  
    77  char Alternatives are:
    88Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    9       Variable Expression: f: double
     9      Variable Expression: f: function
     10        accepting unspecified arguments
     11      ... returning nothing
     12
    1013      with resolved type:
    11         double
     14        pointer to function
     15          accepting unspecified arguments
     16        ... returning nothing
     17
    1218    ... to:
    1319      char
     
    2026
    2127Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    22       Variable Expression: f: function
    23         accepting unspecified arguments
    24       ... returning nothing
    25 
     28      Variable Expression: f: double
    2629      with resolved type:
    27         pointer to function
    28           accepting unspecified arguments
    29         ... returning nothing
    30 
     30        double
    3131    ... to:
    3232      char
     
    6767        with resolved type:
    6868          signed int
    69         Variable Expression: v: signed short int
     69        Variable Expression: v: unsigned char
    7070        with resolved type:
    71           signed short int
     71          unsigned char
    7272      with resolved type:
    73         signed short int
     73        unsigned char
    7474    ... to: nothing
    7575    with resolved type:
     
    8585        with resolved type:
    8686          signed int
    87         Variable Expression: v: unsigned char
     87        Variable Expression: v: signed short int
    8888        with resolved type:
    89           unsigned char
     89          signed short int
    9090      with resolved type:
    91         unsigned char
     91        signed short int
    9292    ... to: nothing
    9393    with resolved type:
Note: See TracChangeset for help on using the changeset viewer.