Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Unify.cc

    rbbf2cb1 rf1149ac  
    518518
    519519                void postvisit( const ast::EnumPosType * ) {
    520                         // Lazy approach for now
    521                         auto otherPos = dynamic_cast< const ast::EnumPosType *>(type2);
    522                         if (otherPos) this->result = otherPos;
     520                        // Does nothing for now. Handled in ReplacePseudoFunc
     521                        // Might move here in the future
    523522                }
    524523
Note: See TracChangeset for help on using the changeset viewer.