Commits

Doug Gregor committed af82df1aec3
Simplify the AST for expressions referencing DynamicSelf methods. When referring to a DynamicSelf method, treat DynamicSelf as an alias for the class type in which the method was declared, then perform a function conversion to a method with the appropriate subclass as the result result type. This is always a (trivial) subtype conversion on the method. Swift SVN r13268