Commits

Doug Gregor committed 2bf38b57134
Fix an issue where we were failing to type-check calls to single-parameter functions with a literal argument. The argument therefore had unstructured dependent type, and there was no reason to reject it in the first place. Swift SVN r1313