Commits

Doug Gregor committed 995d8732f34
The self type behind a DynamicSelf for a protocol is 'Self', not the protocol. We can now emit witness tables for conformances to protocols containing DynamicSelf methods. This temporarily "breaks" uses of DynamicSelf methods on existentials. We'll come back to that. Swift SVN r13310