Commits

David Farler committed 6d831bd00e9
Add specialized emitter for partially applied super_method This creates the heavy lifting in SILGen of emission of super methods with the implicit self partially applied, which is still possible even after removing curried function declaration syntax. NFC for current IRGen - SILGen doesn't lead to here yet. rdar://problem/22749732