- File:
-
- 1 edited
-
tests/.expect/castError.nast.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/castError.nast.txt
r2595df1 r63ec5fa 7 7 char Alternatives are: 8 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 Variable Expression: f: double9 Variable Expression: f: signed int 10 10 ... with resolved type: 11 double11 signed int 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: signed int41 Variable Expression: f: double 42 42 ... with resolved type: 43 signed int43 double 44 44 ... to: 45 45 char
Note:
See TracChangeset
for help on using the changeset viewer.