Commits
Jordan Rose committed 3b3d10707ef
Prefer class methods to curried instance methods. That is, NSObject.isEqual(someObj) should call +isEqual:, not be equivalent to someObj.isEqual, unless there's a type context that says otherwise. <rdar://problem/16527717> Swift SVN r15955