Commits

Slava Pestov committed 55644c15405
stdlib: Remove Self parameter from SequenceType._preprocessingPass This code as written is not sound and should not type check for non-final classes conforming to SequenceType (eg, NSArray). Instead, capture the base of the call from the preprocess closure passed in. The closure is @noescape, so it should be equivalent.