Commits

John McCall committed c4d8f238d4e
When performing contextual lookup for .memberAccesses, permit the result to be *convertible* to the contextual type and not merely *exactly equal*. I don't have a use case for factory methods that return subtypes, but factory methods that return @unchecked T? are going to be pervasive, and it's not like the subtype thing is unreasonable. Swift SVN r15664