• Kevin Modzelewski's avatar
    Fix a type analysis bug · e4d91e36
    Kevin Modzelewski authored
    A discrepancy between irgen and type_analysis was causing an assertion.  The
    difference was that irgen will do full type inference for things that get put
    into closures (ie in the parent scope), but type_analysis was bailing and
    just saying that it was unknown.
    e4d91e36
type_analysis.cpp 29.9 KB