-
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