Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    rd286cf68 r2a08c25  
    582582
    583583                                                        // Make sure we don't widen any existing bindings
    584                                                         resultEnv.forbidWidening();
    585                                                        
     584                                                        for ( auto & i : resultEnv ) {
     585                                                                i.allowWidening = false;
     586                                                        }
     587
    586588                                                        // Find any unbound type variables
    587589                                                        resultEnv.extractOpenVars( openVars );
Note: See TracChangeset for help on using the changeset viewer.