Commits

Joe Groff committed 5e0361647d5
Sema: Admit partial applications of non-'mutating' methods. Our implementation of partial_apply and currying is robust enough to handle these cases now. Mutating methods are still problematic since capturing would violate 'inout' semantics. (Maybe we could support 'mutating' partial applications as @noescape closures, some day.) Swift SVN r28992