Commits

Doug Gregor committed 3a82557e62c
Fix swapped overload kind checks in solution comparison. Because name lookup performs dynamic lookup after normal lookup, and we don't tend to reshuffle the overload sets, this won't actually manifest as a bug now. However, it's clearly wrong (thanks Dmitri!) and could break if any of the above change in the future. Swift SVN r7722