Ignore:
Timestamp:
Jun 1, 2024, 5:13:42 PM (5 months ago)
Author:
Fangren Yu <f37yu@…>
Branches:
master
Children:
83b2fb5e, d68de59
Parents:
822332e
Message:

attempt to fix #286

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cpp

    r822332e r0f5e8cd  
    255255        ast::ptr< ast::CastExpr > untyped = new ast::CastExpr{ expr };
    256256        CandidateRef choice = findUnfinishedKindExpression(
    257                 untyped, context, "", anyCandidate, ResolveMode::withAdjustment() );
     257                untyped, context, "", anyCandidate );
    258258
    259259        // a cast expression has either 0 or 1 interpretations (by language rules);
Note: See TracChangeset for help on using the changeset viewer.