- File:
-
- 1 edited
-
tests/.expect/castError.nast.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/castError.nast.txt
r63ec5fa r2595df1 7 7 char Alternatives are: 8 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 Variable Expression: f: signed int9 Variable Expression: f: double 10 10 ... with resolved type: 11 signed int11 double 12 12 ... to: 13 13 char … … 39 39 40 40 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 41 Variable Expression: f: double41 Variable Expression: f: signed int 42 42 ... with resolved type: 43 double43 signed int 44 44 ... to: 45 45 char
Note:
See TracChangeset
for help on using the changeset viewer.