Commits

Slava Pestov committed 2f7d7939d66
Sema: fix @noreturn and throws for curried functions We were applying @noreturn to each level of currying and not just the innermost as one would expect. For generic functions, were were applying throws at each level also. Remove some duplication and fix things up to give the expected behavior. Swift SVN r28306