Commits
Doug Gregor committed 4db02e462e5
Extend deduction to the source expression of a coercion, so that we can perform deduction based on the context of a call to a generic function, e.g., var to : Sub = dyn_cast(from) Only works for the trivial cases, and completely falls over with tuple returns (among other things). Swift SVN r2300