Commits

Doug Gregor committed 81f74263c8d
Clean up the ASTs for DynamicSelf on non-generic methods. In the interface type for such a method, use the owning nominal type within the type of the 'self' parameter. Practically speaking, this means that a call to the method will perform a superclass conversion when on 'self', which is what already happens for generic methods that return DynamicSelf. Swift SVN r13178