Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Print.cpp

    r0522ebe r9ddcee1  
    15761576        }
    15771577
    1578         virtual const ast::Type * visit( const ast::EnumPosType * node ) override final {
    1579                 preprint( node );
    1580                 os << "enum pos with ";
    1581                 (*(node->instance)).accept( *this );
    1582                 return node;
    1583         }
    1584 
    15851578        virtual const ast::Type * visit( const ast::TraitInstType * node ) override final {
    15861579                preprint( node );
Note: See TracChangeset for help on using the changeset viewer.