Commits

Doug Gregor committed 9abd2340bc6
Allow an 'inheritance' clause on typealiases, specifying what protocols the underlying type of the type alias shall conform to. This isn't super-motivating by itself (one could extend the underying type instead), but serves as documentation, makes typealiases provide the same syntax as other nominal types in this regard, and will also be used to specify requirements on associated types. Swift SVN r2133