Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.cpp

    r20de6fb r733074e  
    335335}
    336336
    337 TupleAssignExpr::TupleAssignExpr(
    338         const CodeLocation & loc, const Type * result, const StmtExpr * s )
    339 : Expr( loc, result ), stmtExpr() {
    340         stmtExpr = s;
    341 }
    342 
    343337// --- StmtExpr
    344338
Note: See TracChangeset for help on using the changeset viewer.