Commits
Doug Gregor committed 245d2a46f2d
Parse an 'inheritance' clause on extensions, oneofs, structs, and classes, with the same syntax as we have on protocols. This inheritance specifies explicit conformance to a protocol. Later, we can allow a class definition to have a single class type within this list, when we introduce class inheritance. Swift SVN r1862