Wiki

Changes between Version 7 and Version 8 of MixIn

Show
Ignore:
Timestamp:
11/03/09 23:34:41 (15 years ago)
Author:
gauthier
Comment:

integrate unsuported feature report from forum's threads

Legend:

Unmodified
Added
Removed
Modified
  • MixIn

    v7 v8  
    2323 * Mixins cannot implement interfaces. 
    2424 * 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]). 
    2626 * Mixins cannot add invariants. 
    2727 * 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] 
    2829 
    2930== See also ==