Show
Ignore:
Timestamp:
10/21/09 17:30:31 (5 weeks ago)
Author:
sukyoungryu
Message:

[self type idiom] Implemented the new self-type idiom proposal.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/astgen/Fortress.ast

    r4259 r4275  
    221221                     */ 
    222222                    TraitDecl(List<BaseType> excludesClause, 
    223                               Option<List<BaseType>> comprisesClause, 
     223                              Option<List<NamedType>> comprisesClause, 
    224224                              boolean comprisesEllipses); 
    225225                    /**