Commits

Doug Gregor committed c86b40f8bb0
Implement type coercion of an overloaded declaration reference that is not being called directly. We previously had a simplistic implementation that required exact type matches; loosen this to simply require coercion, as well as diagnosing ambiguities/lack of suitable candidates. Swift SVN r1316