Changes between Version 7 and Version 8 of MixIn
- Timestamp:
- 11/03/09 23:34:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MixIn
v7 v8 23 23 * Mixins cannot implement interfaces. 24 24 * Mixins cannot add other mixins. 25 * Mixins cannot declare generic parameters .25 * Mixins cannot declare generic parameters (see [http://cobra-language.com/forums/viewtopic.php?f=4&t=532 forum's thread]) nor being generic themselves (see [http://cobra-language.com/forums/viewtopic.php?f=4&t=533 forum's thread]). 26 26 * Mixins cannot add invariants. 27 27 * Two or more mixins added to a single type cannot have collision in their member names. 28 * Mixins have to be declared on global namespace (no namespace), see example on [http://cobra-language.com/forums/viewtopic.php?f=4&t=531 forum's thread] 28 29 29 30 == See also ==