Changes in / [4fe6224:fb0ae06]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Explode.cc

    r4fe6224 rfb0ae06  
    161161                        castAdded = false;
    162162                        const ast::Type * newType = getReferenceBase( newNode->result );
    163                         return new ast::CastExpr{ newNode->location, newNode, newType };
     163                        return new ast::CastExpr{ newNode->location, node, newType };
    164164                }
    165165                return newNode;
Note: See TracChangeset for help on using the changeset viewer.