Changes between Version 15 and Version 16 of MixIn
- Timestamp:
- 01/29/14 10:58:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MixIn
v15 v16 40 40 * Mixins cannot add invariants. 41 41 * Two or more mixins added to a single type cannot have collision in their member names. 42 * Mixins cannot make use of methods/members already present in the the target type. To support this, a mixin declaration would need to be able to declare the signatures of such members. 42 43 43 44 == Example ==