Commits

Chris Lattner committed 84d27f85288
fix <rdar://problem/21675896> QoI: [Closure return type inference] Swift cannot find members for the result of inlined lambdas with branches We previously produced the unhelpful error message: x.swift:11:7: error: type of expression is ambiguous without more context we now produce: error: unable to infer closure return type in current context which is going in the right direction.