Commits

Joe Pamer committed edfce352e21
When testing the iteration expression of a foreach loop, if a given type is said to conform to the sequence protocol, but the conformance is invalid (as a result of error recovery, for example), don't bother looking for "Sequence" as a witness type. Swift SVN r14343