Commits

Joe Groff committed e56e2fb5f8d
Sema: Favor coercing literals to default type. If the destination type of a literal coercion is equivalent to the default type of that literal, favor the default literal type. This catches a few more cases where, e.g., '+1' typechecked to 'Int64' instead of 'Int'. Swift SVN r4278