Commits

Mark Lacey committed 838fdfe9ba9
Refactor to make the common case an early exit. Having the same return type in an overridden class method is the common case, so put that first, make it an early exit, removing the deeper indentation on the less common case of different return types. Swift SVN r26025