Commits

Doug Gregor committed 6d514c17cff
When type-checking explicit closure expressions within the constraint-based type checker, include the body of the explicit closure within the set of constraints. This allows type information to flow from the body expression, so that we can type-check, e.g., map(new Int[N], { $0.toString() }) to a String[] without context information. Fixes <rdar://problem/11229738>. Swift SVN r2794