Ignore:
Timestamp:
Feb 26, 2024, 3:49:23 AM (4 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
a4da45e
Parents:
c17dc80
Message:

Add EnumPosType? to type system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Unify.cc

    rc17dc80 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.