- File:
-
- 1 edited
-
tests/exceptions/data-except.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/data-except.cfa
re68d092 r0e7e3c17 12 12 this.first = first; 13 13 this.second = second; 14 }15 16 void copy(paired * this, paired * other) {17 *this = *other;18 14 } 19 15
Note:
See TracChangeset
for help on using the changeset viewer.