Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.impl.h

    r5408b59 rb0d9ff7  
    19341934        indexerScopedAccept( node->result, *this );
    19351935        maybeAccept_impl( node->type_decl, *this );
     1936        maybeAccept_impl( node->var, *this );
    19361937
    19371938        VISIT_END( node );
     
    19441945        indexerScopedAccept( node->result, *this );
    19451946        maybeAccept_impl( node->type_decl, *this );
     1947        maybeAccept_impl( node->var, *this );
    19461948
    19471949        VISIT_END( node );
     
    19551957    indexerScopedMutate( node->result, *this );
    19561958        maybeMutate_impl( node->type_decl, *this );
     1959        maybeAccept_impl( node->var, *this );
    19571960
    19581961        MUTATE_END( Expression, node );
Note: See TracChangeset for help on using the changeset viewer.