Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Unify.cc

    rc75b30a r0522ebe  
    517517                }
    518518
     519                void postvisit( const ast::EnumPosType * posType ) {
     520                        // Does nothing for now. Handled in ReplacePseudoFunc
     521                        // Might move here in the future
     522                }
     523
    519524                void postvisit( const ast::TraitInstType * aggrType ) {
    520525                        handleRefType( aggrType, type2 );
Note: See TracChangeset for help on using the changeset viewer.