Commits

Michael Gottesman committed ff2d98006e0
[parser] Improve error message. Before if you had a differing number of arguments from types, you would get the error: Expected sil type to have the right argument types. Now we say: Expected sil type to have the same number of arg names as arg types. which is slightly clearer. Swift SVN r25049