Wiki

Changes between Version 15 and Version 16 of MixIn

Show
Ignore:
Timestamp:
01/29/14 10:58:58 (11 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MixIn

    v15 v16  
    4040 * Mixins cannot add invariants. 
    4141 * 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. 
    4243 
    4344== Example ==