Commits

Jordan Rose committed 748efed9134
[Accessibility] Protocol witnesses must be as accessible as the protocol. ...unless the type has less accessibility than the protocol, in which case they must be as accessible as the type. This restriction applies even with access control checking disabled, but shouldn't affect any decls not already marked with access control modifiers. Swift SVN r19382