Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CandidateFinder.cpp

    rd68a3f7 r06ecda9  
    938938                        addAggMembers( unionInst, aggrExpr, *cand, Cost::unsafe, "" );
    939939                } else if ( auto enumInst = aggrExpr->result.as< ast::EnumInstType >() ) {
    940                         addEnumValueAsCandidate(enumInst, aggrExpr, Cost::unsafe);
     940                        addEnumValueAsCandidate( enumInst, aggrExpr, Cost::implicit );
    941941                }
    942942        }
Note: See TracChangeset for help on using the changeset viewer.